IVsServiceInfo::Name Property

Visual Studio 2015
 

Gets the name of the service.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.14.0.DesignTime (in Microsoft.VisualStudio.Shell.Interop.14.0.DesignTime.dll)

[DispIdAttribute(1610678273)]
property String^ Name {
	String^ get();
}

Property Value

Type: System::String^

The name of the service.

Return to top
Show: