PropertyExtension<TTargetElementType>.ComponentType Property
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
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
'Declaration
Public Overrides NotOverridable ReadOnly Property ComponentType As Type
public override sealed Type ComponentType { get; }
public:
virtual property Type^ ComponentType {
Type^ get () override sealed;
}
abstract ComponentType : Type with get
override ComponentType : Type with get
override final function get ComponentType () : Type
Property Value
Type: System.Type
.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.
See Also
Reference
PropertyExtension<TTargetElementType> Class
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer Namespace