CoreDomainModel.ResourceManager Property
Gets the DomainModel's ResourceManager. If the ResourceManager does not already exist, then it is created.
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.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: 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.