DslDefinitionModelDomainModel.ResourceManager Property
Gets the DomainModel's ResourceManager. If the ResourceManager does not already exist, then it is created.
Namespace: Microsoft.VisualStudio.Modeling.DslDefinition
Assembly: Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.10.0.dll)
Syntax
'宣言
Public Overrides ReadOnly Property ResourceManager As ResourceManager
Get
public override ResourceManager ResourceManager { get; }
public:
virtual property ResourceManager^ ResourceManager {
ResourceManager^ get () override;
}
abstract ResourceManager : ResourceManager
override ResourceManager : ResourceManager
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.