SimpleMonikerResolver.CanBeMonikerized(DomainClassInfo) Method

Definition

Tells if a DomainClass can be monikerized or not.

protected:
 abstract bool CanBeMonikerized(Microsoft::VisualStudio::Modeling::DomainClassInfo ^ domainClassInfo);
protected abstract bool CanBeMonikerized (Microsoft.VisualStudio.Modeling.DomainClassInfo domainClassInfo);
abstract member CanBeMonikerized : Microsoft.VisualStudio.Modeling.DomainClassInfo -> bool
Protected MustOverride 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