ExportNodeExtenderAttribute Constructors
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.
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