ICustomView Interface

Definition

Interface implemented by external entities to provide a new view of a workspace.

public interface class ICustomView
public interface ICustomView
type ICustomView = interface
Public Interface ICustomView
Derived

Remarks

This interface should be exported with an ExportCustomViewProviderAttribute.

Properties

DisplayName

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

IsAvailable

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

OnIsAvailableChanged

Event that fires as IsAvailable changes.

Applies to