共用方式為


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 參數已授權的確認。

適用於

另請參閱