PropertyExtension<TTargetElementType>.ComponentType Property
The type of the component this property is bound to.
Namespace: Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer
Assembly: Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer.dll)
Syntax
public override sealed Type ComponentType { get; }
public:
property Type^ ComponentType {
virtual Type^ get() override sealed;
}
override ComponentType : Type with get
Public Overrides NotOverridable ReadOnly Property ComponentType As Type
Property Value
Type: System.Type
See Also
PropertyExtension<TTargetElementType> Class
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer Namespace
Return to top