RegisteredScript.Key 屬性

定義

取得一個鍵,連同 Type 值一起識別腳本。

public:
 property System::String ^ Key { System::String ^ get(); };
public string Key { get; }
member this.Key : string
Public ReadOnly Property Key As String

屬性值

鑰匙的價值。 這個值可以是 null 空。

備註

用戶端腳本以其鍵與類型唯一識別。 每個頁面只能註冊一個具有特定鍵型/類型對的腳本。

適用於