CoreDesignSurfaceSerializationBehaviorMonikerResolverBase.CanBeMonikerized 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:
override bool CanBeMonikerized(Microsoft::VisualStudio::Modeling::DomainClassInfo ^ domainClassInfo);
protected override bool CanBeMonikerized (Microsoft.VisualStudio.Modeling.DomainClassInfo domainClassInfo);
override this.CanBeMonikerized : Microsoft.VisualStudio.Modeling.DomainClassInfo -> bool
Protected Overrides 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.