IMenuOwnerProvider.Owner Property

Definition

Gets or sets the node that owned a menu handler.

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

Property Value

The node that owned a menu handler.

Applies to