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.) | |
AddDocument(UInt32, String, IntPtr, IntPtr, Guid%, String, Guid%, String, String, Int32%, IVsWindowFrame%) | Programmatically tells the Miscellaneous Files project to add a node. | |
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.) | |
GetExternalFilesProject(IVsProject%) | Instantiates the Miscellaneous Files (External Files) project and returns a pointer to it. | |
IsVisible | Determines whether the Miscellaneous Files node is visible in Solution Explorer. (Inherited from IVsExternalFilesManager.) | |
IsVisible(Int32%) | Determines whether the Miscellaneous Files node is visible in Solution Explorer. | |
TransferDocument | Transfers a document to the Miscellaneous Files project. (Inherited from IVsExternalFilesManager.) | |
TransferDocument(String, String, IVsWindowFrame) | Transfers a document to the Miscellaneous Files project. |
Top