HostMemberAttribute 建構函式
初始化 HostMemberAttribute 類別的新執行個體。
命名空間: Microsoft.VisualStudio.Tools.Applications.Runtime
組件: Microsoft.VisualStudio.Tools.Applications.Runtime (在 Microsoft.VisualStudio.Tools.Applications.Runtime.dll 中)
語法
'宣告
Public Sub New ( _
memberName As String _
)
public HostMemberAttribute(
string memberName
)
參數
- memberName
型別:System.String
主應用程式物件模型中方法或屬性的名稱。這個名稱通常與 Proxy 型別中的方法或屬性名稱相同。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。