IVsAssemblyReferenceProviderContext.GetNoItemsMessageForTab Method
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)
Syntax
'Declaration
Function GetNoItemsMessageForTab ( _
etabId As UInteger _
) As String
string GetNoItemsMessageForTab(
uint etabId
)
String^ GetNoItemsMessageForTab(
[InAttribute] unsigned int etabId
)
abstract GetNoItemsMessageForTab :
etabId:uint32 -> string
function GetNoItemsMessageForTab(
etabId : uint
) : String
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.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.