IExtensionContent.ContentTypeName Property

The type of the content.

Namespace:  Microsoft.VisualStudio.ExtensionManager
Assembly:  Microsoft.VisualStudio.ExtensionManager (in Microsoft.VisualStudio.ExtensionManager.dll)

Syntax

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

Property Value

Type: System.String
The name of the content type.

Remarks

Although this API supports the Extension Manager infrastructure, we recommend that you do not use it because it is subject to change.

Valid return values correspond to the names of children of the Content element in the VSIX manifest.

.NET Framework Security

See Also

Reference

IExtensionContent Interface

Microsoft.VisualStudio.ExtensionManager Namespace