IVsExternalFilesManager2 Members
Include Protected Members
Include Inherited Members
Implemented by the environment to handle the Miscellaneous Files project.
The IVsExternalFilesManager2 type exposes the following members.
Methods
Name | Description | |
---|---|---|
AddDocument | Programmatically tells the Miscellaneous Files project to add a node. (Inherited from IVsExternalFilesManager.) | |
AddDocumentEx | Programmatically informs the Miscellaneous Files project to add a node, allows control over the icon for the node, and provides an opportunity for the editor to query for contextual services. | |
GetExternalFilesProject | Instantiates the Miscellaneous Files (External Files) project and returns a pointer to it. (Inherited from IVsExternalFilesManager.) | |
IsVisible | Determines whether the Miscellaneous Files node is visible in Solution Explorer. (Inherited from IVsExternalFilesManager.) | |
TransferDocument | Transfers a document to the Miscellaneous Files project. (Inherited from IVsExternalFilesManager.) |
Top