SimpleMonikerResolver.CanBeMonikerized(DomainClassInfo) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.