CodeStatement.StartDirectives プロパティ

定義

開始ディレクティブを含む CodeDirectiveCollection オブジェクトを取得します。

public:
 property System::CodeDom::CodeDirectiveCollection ^ StartDirectives { System::CodeDom::CodeDirectiveCollection ^ get(); };
public System.CodeDom.CodeDirectiveCollection StartDirectives { get; }
member this.StartDirectives : System.CodeDom.CodeDirectiveCollection
Public ReadOnly Property StartDirectives As CodeDirectiveCollection

プロパティ値

開始ディレクティブを含む CodeDirectiveCollection オブジェクト。

適用対象