IVsAppContainerDeveloperLicensing Interface

 

Provides base support for dealing with developer licensing.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)

[GuidAttribute("AB6D6E32-671E-444F-8B52-EA446698B038")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsAppContainerDeveloperLicensing

NameDescription
System_CAPS_pubmethodAcquireDeveloperLicense(String)

Acquires the developer license on the specified machine.

System_CAPS_pubmethodCheckDeveloperLicense(String)

Determines whether the specified machine has a developer license.

System_CAPS_pubmethodRemoveDeveloperLicense(String)

Removes the developer license from the specified machine.

Return to top
Show: