Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property ResourceManager As ResourceManager
public override ResourceManager ResourceManager { get; }
public:
virtual property ResourceManager^ ResourceManager {
ResourceManager^ get () override;
}
abstract ResourceManager : ResourceManager with get
override ResourceManager : ResourceManager with get
override function get ResourceManager () : ResourceManager
Property Value
Type: 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.