CoreDesignSurfaceSerializationBehaviorMonikerResolver::CanBeMonikerized Method (DomainClassInfo^)

 

Tells if a DomainClass can be monikerized or not.

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

protected:
virtual bool CanBeMonikerized(
	DomainClassInfo^ domainClassInfo
) override

Parameters

domainClassInfo
Type: Microsoft.VisualStudio.Modeling::DomainClassInfo^

DomainClassInfo of the DomainClass to be checked.

Return Value

Type: System::Boolean
Return to top
Show: