Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Syntax
'Declaration
<GuidAttribute("AB6D6E32-671E-444F-8B52-EA446698B038")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IVsAppContainerDeveloperLicensing
[GuidAttribute("AB6D6E32-671E-444F-8B52-EA446698B038")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsAppContainerDeveloperLicensing
[GuidAttribute(L"AB6D6E32-671E-444F-8B52-EA446698B038")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IVsAppContainerDeveloperLicensing
[<GuidAttribute("AB6D6E32-671E-444F-8B52-EA446698B038")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type IVsAppContainerDeveloperLicensing = interface end
public interface IVsAppContainerDeveloperLicensing
The IVsAppContainerDeveloperLicensing type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
AcquireDeveloperLicense | Acquires the developer license on the specified machine. |
![]() |
CheckDeveloperLicense | Determines whether the specified machine has a developer license. |
![]() |
RemoveDeveloperLicense | Removes the developer license from the specified machine. |
Top