Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This member overrides DomainModel.ResourceManager.
Namespace: Microsoft.VisualStudio.Modeling.DslDefinition
Assembly: Microsoft.VisualStudio.Modeling.Sdk.DslDefinition (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property ResourceManager As ResourceManager
'Usage
Dim instance As DslDefinitionModelDomainModel
Dim value As ResourceManager
value = instance.ResourceManager
public override ResourceManager ResourceManager { get; }
public:
virtual property ResourceManager^ ResourceManager {
ResourceManager^ get () override;
}
public override function get ResourceManager () : ResourceManager
Property Value
Type: System.Resources.ResourceManager
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
DslDefinitionModelDomainModel Class