IVsPlatformReferenceProviderContext::GetNoItemsMessageForTab Method (UInt32)

 

Retrieves the custom no items message for a particular tab.

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

String^ GetNoItemsMessageForTab(
	unsigned int etabId
)

Parameters

etabId
Type: System::UInt32

[in] The set of tabs from which to get the no items message.

Return Value

Type: System::String^

The custom no items message.

Return to top
Show: