ICustomView2 Interface

Definition

Extension of the ICustomView type.

public interface class ICustomView2 : Microsoft::VisualStudio::Workspace::VSIntegration::UI::ICustomView
public interface ICustomView2 : Microsoft.VisualStudio.Workspace.VSIntegration.UI.ICustomView
type ICustomView2 = interface
    interface ICustomView
Public Interface ICustomView2
Implements ICustomView
Implements

Properties

DisplayName

Gets a user friendly display name for this view used as selection between other views.

(Inherited from ICustomView)
IsAvailable

Gets a value indicating whether this ICustomView is available for use or not.

(Inherited from ICustomView)
OnIsAvailableChanged

Event that fires as IsAvailable changes.

(Inherited from ICustomView)

Methods

CreateRootNodeCustomizer()

Creates a customizer used for the root node of this custom view.

Applies to