PropertyExtension<TTargetElementType> 建構函式
屬性擴充功能的建構函式
命名空間: Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer
組件: Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer (在 Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer.dll 中)
語法
'宣告
Protected Sub New ( _
propertyKey As String _
)
protected PropertyExtension(
string propertyKey
)
protected:
PropertyExtension(
String^ propertyKey
)
new :
propertyKey:string -> PropertyExtension
protected function PropertyExtension(
propertyKey : String
)
參數
- propertyKey
型別:System.String
用於儲存屬性的索引鍵
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。
請參閱
參考
PropertyExtension<TTargetElementType> 類別
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer 命名空間