ICustomView2 Interface
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.
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. |