IVsPublishableProjectCfg Members
Include Protected Members
Include Inherited Members
Enables a project to control its publication. Publication includes such things as moving the project to a file server or a Web site.
The IVsPublishableProjectCfg type exposes the following members.
Methods
Name | Description | |
---|---|---|
AdvisePublishStatusCallback | Establishes a callback for publishing status. | |
GetPublishProperty | Retrieves the value of a publish property by property type. | |
QueryStartPublish | Queries whether the project supports publishing and whether or not the project is ready for publishing. | |
QueryStatusPublish | Queries about the status of an ongoing publishing operation. | |
ShowPublishPrompt | Displays a prompt to ask whether or not a publishing operation should be done. | |
StartPublish | Begins publishing. | |
StopPublish | Halts a publishing operation. | |
UnadvisePublishStatusCallback | Unregisters a callback used for monitoring publishing status. |
Top