Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Predefined content type for plain text files.
Namespace: Microsoft.VisualStudio.Text
Assembly: Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)
Syntax
'Declaration
ReadOnly Property PlaintextContentType As IContentType
IContentType PlaintextContentType { get; }
property IContentType^ PlaintextContentType {
IContentType^ get ();
}
abstract PlaintextContentType : IContentType
function get PlaintextContentType () : IContentType
Property Value
Type: Microsoft.VisualStudio.Utilities.IContentType
The plain text IContentType.
Remarks
The plain text content type inherits from the text content type. It is a sibling of the code content type.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.