Share via


IVsPlatformReferenceProviderContext.SetNoItemsMessageForTab Method

Sets the custom no items message for the specified tab.

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

Syntax

'Declaration
Sub SetNoItemsMessageForTab ( _
    etabId As UInteger, _
    bstrNoItemsMessage As String _
)
void SetNoItemsMessageForTab(
    uint etabId,
    string bstrNoItemsMessage
)
void SetNoItemsMessageForTab(
    [InAttribute] unsigned int etabId, 
    [InAttribute] String^ bstrNoItemsMessage
)
abstract SetNoItemsMessageForTab : 
        etabId:uint32 * 
        bstrNoItemsMessage:string -> unit
function SetNoItemsMessageForTab(
    etabId : uint, 
    bstrNoItemsMessage : String
)

Parameters

  • etabId
    Type: System.UInt32

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

  • bstrNoItemsMessage
    Type: System.String

    [in] The custom no items message to set.

.NET Framework Security

See Also

Reference

IVsPlatformReferenceProviderContext Interface

Microsoft.VisualStudio.Shell.Interop Namespace