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.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.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

See Also

Reference

CoreDomainModel Class

Microsoft.VisualStudio.Modeling Namespace