Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets the name of the content type.
Namespace: Microsoft.VisualStudio.Utilities
Assembly: Microsoft.VisualStudio.CoreUtility (in Microsoft.VisualStudio.CoreUtility.dll)
Syntax
'Déclaration
ReadOnly Property TypeName As String
string TypeName { get; }
property String^ TypeName {
String^ get ();
}
abstract TypeName : string
function get TypeName () : String
Property Value
Type: System.String
The name of the content type.
Remarks
This name must be unique, and must not be nulla null reference (Nothing in Visual Basic). Comparisons performed on this name are case-insensitive.
.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.