共用方式為


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 安全性

請參閱

參考

HostMemberAttribute 類別

Microsoft.VisualStudio.Tools.Applications.Runtime 命名空間