Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Public Interface IProcessGuidance
public interface IProcessGuidance
public interface class IProcessGuidance
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