SimpleMonikerResolver.CanBeMonikerized Method

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)

Syntax

'Declaration
Protected MustOverride Function CanBeMonikerized ( _
    domainClassInfo As DomainClassInfo _
) As Boolean
protected abstract bool CanBeMonikerized(
    DomainClassInfo domainClassInfo
)
protected:
virtual bool CanBeMonikerized(
    DomainClassInfo^ domainClassInfo
) abstract
abstract CanBeMonikerized : 
        domainClassInfo:DomainClassInfo -> bool
protected abstract function CanBeMonikerized(
    domainClassInfo : DomainClassInfo
) : boolean

Parameters

Return Value

Type: System.Boolean
true if the domain class can be monikerized; otherwise, false.

.NET Framework Security

See Also

Reference

SimpleMonikerResolver Class

Microsoft.VisualStudio.Modeling Namespace