IVsAppContainerDeveloperLicensing.RemoveDeveloperLicense(String) Method
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.
Removes the developer license from the specified machine.
public:
void RemoveDeveloperLicense(System::String ^ % pbstrMachine);
void RemoveDeveloperLicense(std::wstring const & & pbstrMachine);
public void RemoveDeveloperLicense (ref string pbstrMachine);
abstract member RemoveDeveloperLicense : string -> unit
Public Sub RemoveDeveloperLicense (ByRef pbstrMachine As String)
Parameters
- pbstrMachine
- String
[in] The machine from which the license is to be removed. If this parameter is null or empty, this method is applied to the local machine.
Remarks
This method is safe to access from any thread.