ManagedNameAttribute(String) 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 ManagedNameAttribute 類別的新執行個體,這個執行個體允許該類別使用替代的名稱指定套用於這個屬性 (Attribute) 的型別、欄位、屬性 (Property)、方法或參數。
public:
ManagedNameAttribute(System::String ^ name);
public ManagedNameAttribute (string name);
new System.Management.Instrumentation.ManagedNameAttribute : string -> System.Management.Instrumentation.ManagedNameAttribute
Public Sub New (name As String)
參數
- name
- String
套用於這個屬性 (Attribute) 的型別、欄位、屬性 (Property)、方法或參數的替代名稱。
備註
.NET Framework 安全性
完全信任立即呼叫者。 這個成員無法供部分信任的程式碼使用。 如需詳細資訊,請參閱 使用部分信任程式代碼的連結庫。