CodeCompileUnit::StartDirectives Property

 

Gets a CodeDirectiveCollection object containing start directives.

Namespace:   System.CodeDom
Assembly:  System (in System.dll)

public:
property CodeDirectiveCollection^ StartDirectives {
	CodeDirectiveCollection^ get();
}

Property Value

Type: System.CodeDom::CodeDirectiveCollection^

A CodeDirectiveCollection object containing start directives.

The following code example shows the use of the StartDirectives property. This example is part of a larger example provided for the CodeRegionDirective class.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 2.0
Return to top
Show: