IMenuOwnerProvider.Owner Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.