AddInInformation(AppDomainSetup, String, String) Constructor
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.
public:
AddInInformation(AppDomainSetup ^ setup, System::String ^ vstaManifest, System::String ^ customizationId);
public AddInInformation (AppDomainSetup setup, string vstaManifest, string customizationId);
new Microsoft.VisualStudio.Tools.Applications.Deployment.AddInInformation : AppDomainSetup * string * string -> Microsoft.VisualStudio.Tools.Applications.Deployment.AddInInformation
Public Sub New (setup As AppDomainSetup, vstaManifest As String, customizationId As String)
Parameters
- setup
- AppDomainSetup
- vstaManifest
- String
- customizationId
- String