PropertyExtension<TTargetElementType>.ComponentType 屬性
這個屬性所繫結的元件型別。
命名空間: Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer
組件: Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer (在 Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer.dll 中)
語法
'宣告
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
override ComponentType : Type
override final function get ComponentType () : Type
屬性值
型別:System.Type
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。
請參閱
參考
PropertyExtension<TTargetElementType> 類別
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer 命名空間