IVsAppContainerDeveloperLicensing Interface
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.
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
Remarks
This interface is safe to access from any thread.
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. |