次の方法で共有


CompilationOptions.ScriptClassName プロパティ

定義

グローバル暗黙的クラス (スクリプト クラス) の完全な名前。 このクラスは、最上位レベルのステートメント、型宣言、およびメンバー宣言を暗黙的にカプセル化します。 名前空間の修飾名を指定できます。

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

プロパティ値

適用対象