IVsAssemblyReferenceProviderContext.GetNoItemsMessageForTab(UInt32) Method

Definition

Retrieves the custom no items message for a particular tab.

public:
 System::String ^ GetNoItemsMessageForTab(System::UInt32 etabId);
public:
 Platform::String ^ GetNoItemsMessageForTab(unsigned int etabId);
std::wstring GetNoItemsMessageForTab(unsigned int etabId);
public string GetNoItemsMessageForTab (uint etabId);
abstract member GetNoItemsMessageForTab : uint32 -> string
Public Function GetNoItemsMessageForTab (etabId As UInteger) As String

Parameters

etabId
UInt32

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

Returns

The custom no items message.

Applies to