IVsPlatformReferenceProviderContext2.SetNoItemsMessageForTab Method

Definition

Sets the custom no items message for the specified tab.

public:
 void SetNoItemsMessageForTab(System::UInt32 etabId, System::String ^ bstrNoItemsMessage);
public:
 void SetNoItemsMessageForTab(unsigned int etabId, Platform::String ^ bstrNoItemsMessage);
void SetNoItemsMessageForTab(unsigned int etabId, std::wstring const & bstrNoItemsMessage);
public void SetNoItemsMessageForTab (uint etabId, string bstrNoItemsMessage);
abstract member SetNoItemsMessageForTab : uint32 * string -> unit
Public Sub SetNoItemsMessageForTab (etabId As UInteger, bstrNoItemsMessage As String)

Parameters

etabId
UInt32

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

bstrNoItemsMessage
String

[in] The custom no items message to set.

Implements

Applies to