IVsPlatformReferenceProviderContext.GetNoItemsMessageForTab(UInt32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.