DesigntimeLicenseContext::GetSavedLicenseKey Method (Type^, Assembly^)

 

Gets a saved license key.

Namespace:   System.ComponentModel.Design
Assembly:  System (in System.dll)

public:
virtual String^ GetSavedLicenseKey(
	Type^ type,
	Assembly^ resourceAssembly
) override

Parameters

type
Type: System::Type^

The type of the license key.

resourceAssembly
Type: System.Reflection::Assembly^

The assembly to get the key from.

Return Value

Type: System::String^

The saved license key that matches the specified type.

.NET Framework
Available since 1.1
Return to top
Show: