Condividi tramite


IContentTypeDefinition.Name Property

Gets the case-insensitive name of the content type.

Namespace:  Microsoft.VisualStudio.Utilities
Assembly:  Microsoft.VisualStudio.CoreUtility (in Microsoft.VisualStudio.CoreUtility.dll)

Syntax

'Dichiarazione
ReadOnly Property Name As String
    Get
string Name { get; }
property String^ Name {
    String^ get ();
}
abstract Name : string
function get Name () : String

Property Value

Type: System.String
The case-insensitive name of the content type.

.NET Framework Security

See Also

Reference

IContentTypeDefinition Interface

Microsoft.VisualStudio.Utilities Namespace