DomainModel::ResourceManager Property

 

Gets the resource manager for the domain model.

Namespace:   Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)

public:
property ResourceManager^ ResourceManager {
	virtual ResourceManager^ get();
}

Property Value

Type: System.Resources::ResourceManager^

The resource manager for the domain model.

Return to top
Show: