IProcessGuidance Interface
Interface that allows the process guidance tool to be instantiated.
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)
Syntax
'Declaration
<GuidAttribute("3eeb95a4-9e55-3cff-b07a-08c18019c009")> _
Public Interface IProcessGuidance
[GuidAttribute("3eeb95a4-9e55-3cff-b07a-08c18019c009")]
public interface IProcessGuidance
[GuidAttribute(L"3eeb95a4-9e55-3cff-b07a-08c18019c009")]
public interface class IProcessGuidance
[<GuidAttribute("3eeb95a4-9e55-3cff-b07a-08c18019c009")>]
type IProcessGuidance = interface end
public interface IProcessGuidance
Methods
Name | Description | |
---|---|---|
Launch(String, String) | Launches the process guidance document for the specified project with the specified document path. | |
Launch(String, String, array<String[]) | Launches the process guidance document for the specified project with the specified document path. |
Top