SimpleMonikerResolver.CanBeMonikerized Method

Indicates whether a domain class can be monikerized.

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

Syntax

'Declaration
Protected MustOverride Function CanBeMonikerized ( _
    domainClassInfo As DomainClassInfo _
) As Boolean
'Usage
Dim domainClassInfo As DomainClassInfo 
Dim returnValue As Boolean 

returnValue = Me.CanBeMonikerized(domainClassInfo)
protected abstract bool CanBeMonikerized(
    DomainClassInfo domainClassInfo
)
protected:
virtual bool CanBeMonikerized(
    DomainClassInfo^ domainClassInfo
) abstract
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

SimpleMonikerResolver Members

Microsoft.VisualStudio.Modeling Namespace