次の方法で共有


ExportNodeExtenderAttribute Constructors

Definition

Overloads

ExportNodeExtenderAttribute(String)

Initializes a new instance of the ExportNodeExtenderAttribute class.

ExportNodeExtenderAttribute(String[])

Initializes a new instance of the ExportNodeExtenderAttribute class.

ExportNodeExtenderAttribute(String)

Initializes a new instance of the ExportNodeExtenderAttribute class.

public:
 ExportNodeExtenderAttribute(System::String ^ view);
public ExportNodeExtenderAttribute (string view);
new Microsoft.VisualStudio.Workspace.VSIntegration.UI.ExportNodeExtenderAttribute : string -> Microsoft.VisualStudio.Workspace.VSIntegration.UI.ExportNodeExtenderAttribute
Public Sub New (view As String)

Parameters

view
String

view this INodeExtender belongs to.

Applies to

ExportNodeExtenderAttribute(String[])

Initializes a new instance of the ExportNodeExtenderAttribute class.

public ExportNodeExtenderAttribute (string[] views = default);
public ExportNodeExtenderAttribute (string[]? views = default);
new Microsoft.VisualStudio.Workspace.VSIntegration.UI.ExportNodeExtenderAttribute : string[] -> Microsoft.VisualStudio.Workspace.VSIntegration.UI.ExportNodeExtenderAttribute
Public Sub New (Optional views As String() = Nothing)

Parameters

views
String[]

views this INodeExtender belongs to. Default is PhysicalTree

Applies to