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
'Декларация
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