ICustomView 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.
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. |