Share via


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 物件,包含開頭指示詞。

適用於