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.
The content type name.
Namespace: Microsoft.VisualStudio.Utilities
Assembly: Microsoft.VisualStudio.CoreUtility (in Microsoft.VisualStudio.CoreUtility.dll)
Syntax
'Declaration
Public ReadOnly Property ContentTypes As String
public string ContentTypes { get; }
public:
property String^ ContentTypes {
String^ get ();
}
member ContentTypes : string
function get ContentTypes () : String
Property Value
Type: System.String
The name of the 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.