通过


LicFileLicenseProvider.GetKey(Type) 方法

定义

返回指定类型的键。

protected:
 virtual System::String ^ GetKey(Type ^ type);
protected virtual string GetKey(Type type);
abstract member GetKey : Type -> string
override this.GetKey : Type -> string
Protected Overridable Function GetKey (type As Type) As String

参数

type
Type

要返回键的对象类型。

返回

确认 type 参数已获得许可。

适用于

另请参阅