IMenuOwnerProvider.Owner 属性

定义

获取或设置拥有菜单处理程序的节点。

public:
 property Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::INodeInformation ^ Owner { Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::INodeInformation ^ get(); void set(Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::INodeInformation ^ value); };
public Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.INodeInformation Owner { get; set; }
member this.Owner : Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.INodeInformation with get, set
Public Property Owner As INodeInformation

属性值

拥有菜单处理程序的节点。

适用于