DeploymentServiceCom.ActivateApplicationExtension Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Activates an application extension.
This API supports the product infrastructure and is not intended to be used directly from your code.
public:
void ActivateApplicationExtension(System::String ^ textualSubId, System::String ^ deploymentProviderUrl, System::String ^ targetAssociatedFile);
public void ActivateApplicationExtension (string textualSubId, string deploymentProviderUrl, string targetAssociatedFile);
member this.ActivateApplicationExtension : string * string * string -> unit
Public Sub ActivateApplicationExtension (textualSubId As String, deploymentProviderUrl As String, targetAssociatedFile As String)
Parameters
- textualSubId
- String
The internal ID of the deployment.
- deploymentProviderUrl
- String
The URL of the deployment.
- targetAssociatedFile
- String
The target file.