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.
Gets the "unknown" content type.
Namespace: Microsoft.VisualStudio.Utilities
Assembly: Microsoft.VisualStudio.CoreUtility (in Microsoft.VisualStudio.CoreUtility.dll)
Syntax
'Declaration
ReadOnly Property UnknownContentType As IContentType
IContentType UnknownContentType { get; }
property IContentType^ UnknownContentType {
IContentType^ get ();
}
abstract UnknownContentType : IContentType with get
function get UnknownContentType () : IContentType
Property Value
Type: Microsoft.VisualStudio.Utilities.IContentType
The "unknown" content type. This value is never null.
Remarks
The "unknown" content type indicates that the content type cannot be determined.
.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.