SimpleMonikerResolver::CanBeMonikerized Method (DomainClassInfo^)

 

Indicates whether a domain class can be monikerized.

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

protected:
virtual bool CanBeMonikerized(
	DomainClassInfo^ domainClassInfo
) abstract

Parameters

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

The domain class to verify.

Return Value

Type: System::Boolean

true if the domain class can be monikerized; otherwise, false.

Return to top
Show: