DslDefinitionModelSerializationBehaviorMonikerResolverBase.CanBeMonikerized Method

Definition

Tells if a DomainClass can be monikerized or not.

protected:
 override bool CanBeMonikerized(Microsoft::VisualStudio::Modeling::DomainClassInfo ^ domainClassInfo);
protected override bool CanBeMonikerized (Microsoft.VisualStudio.Modeling.DomainClassInfo domainClassInfo);
override this.CanBeMonikerized : Microsoft.VisualStudio.Modeling.DomainClassInfo -> bool
Protected Overrides Function CanBeMonikerized (domainClassInfo As DomainClassInfo) As Boolean

Parameters

domainClassInfo
DomainClassInfo

DomainClassInfo of the DomainClass to be checked.

Returns

True if the DomainClass can be monikerized, false otherwise.

Applies to