CompilationOptions.ScriptClassName 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
全域隱含類別的完整名稱 (腳本類別) 。 這個類別會隱含地封裝最上層語句、類型宣告和成員宣告。 可以是命名空間限定名稱。
public: property System::String ^ ScriptClassName { public:
System::String ^ get(); protected:
void set(System::String ^ value); };
public string ScriptClassName { get; protected set; }
public string? ScriptClassName { get; protected set; }
member this.ScriptClassName : string with get, set
Public Property ScriptClassName As String