| Visual Basic (Declaration) | |
|---|---|
Public Property DocumentType As TextDocumentType | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public TextDocumentType DocumentType {get; set;} | |
| C++/CLI | |
|---|---|
public: property TextDocumentType DocumentType { TextDocumentType get(); void set (TextDocumentType value); } | |
Return Value
An TextDocumentType enumeration member that indicate the text file type.For an example, refer to TextDocumentOptions.
For more information, refer to TextDocumentType.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code