ModelProperty.IsPropertyOfType(TypeIdentifier) Method

Definition

public:
 abstract bool IsPropertyOfType(Microsoft::VisualStudio::DesignTools::Extensibility::Metadata::TypeIdentifier ^ typeIdentifier);
public abstract bool IsPropertyOfType (Microsoft.VisualStudio.DesignTools.Extensibility.Metadata.TypeIdentifier typeIdentifier);
abstract member IsPropertyOfType : Microsoft.VisualStudio.DesignTools.Extensibility.Metadata.TypeIdentifier -> bool
Public MustOverride Function IsPropertyOfType (typeIdentifier As TypeIdentifier) As Boolean

Parameters

typeIdentifier
TypeIdentifier

Returns

Boolean

Applies to