SimpleMonikerResolver.CanBeMonikerized Method
Indicates whether a domain class can be monikerized.
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.11.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
domainClassInfo
Type: Microsoft.VisualStudio.Modeling.DomainClassInfoThe domain class to verify.
Return Value
Type: Boolean
true if the domain class can be monikerized; otherwise, false.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.