IVsAppContainerDeveloperLicensing Interface

Definition

Provides base support for dealing with developer licensing.

public interface class IVsAppContainerDeveloperLicensing
public interface class IVsAppContainerDeveloperLicensing
__interface IVsAppContainerDeveloperLicensing
[System.Runtime.InteropServices.Guid("AB6D6E32-671E-444F-8B52-EA446698B038")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsAppContainerDeveloperLicensing
[<System.Runtime.InteropServices.Guid("AB6D6E32-671E-444F-8B52-EA446698B038")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsAppContainerDeveloperLicensing = interface
Public Interface IVsAppContainerDeveloperLicensing
Attributes

Methods

AcquireDeveloperLicense(String)

Acquires the developer license on the specified machine.

CheckDeveloperLicense(String)

Determines whether the specified machine has a developer license.

RemoveDeveloperLicense(String)

Removes the developer license from the specified machine.

Applies to