ConnectedServiceHandlerHelper Class
A class that contains helper methods that ConnectedServiceHandler objects commonly use.
Assembly: Microsoft.VisualStudio.ConnectedServices (in Microsoft.VisualStudio.ConnectedServices.dll)
| Name | Description | |
|---|---|---|
![]() | ConnectedServiceHandlerHelper() | This constructor supports unit testing your extension and is not intended to be used directly from your production code. |
| Name | Description | |
|---|---|---|
![]() | TokenReplacementValues | Gets a dictionary of token replacement key and values that will be used to replace tokens in AddFilesAsync and PerformTokenReplacement. |
| Name | Description | |
|---|---|---|
![]() | AddAssemblyReference(String^) | Adds a reference to the specified assembly to the project. |
![]() | AddFileAsync(String^, String^, AddFileOptions^) | Add the specified file to the project after doing token replacement. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetServiceArtifactsRootFolder() | Gets the name of the root folder to place the service related artifacts in. Typcially each provider will create its own subfolder under this root folder. |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | PerformTokenReplacement(String^, IDictionary<String^, String^>^) | Given an input, replace any tokens found in TokenReplacementValues or the specified dictionary with the specified values. |
![]() | ToString() | (Inherited from Object.) |
The ConnectedServiceHandlerHelper operates on the same Visual Studio project as the corresponding ConnectedServiceInstanceContext that it was retrieved from.
Instances of this class are provided by the Connected Services infrastructure. It is not intended that you inherit from this class from your production code.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


