PeekResultDisplayInfo2(String, Object, String, String, Int32, Int32) Construtor
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Cria uma nova instância da PeekResultDisplayInfo2 classe.
public:
PeekResultDisplayInfo2(System::String ^ label, System::Object ^ labelTooltip, System::String ^ title, System::String ^ titleTooltip, int startIndexOfTokenInLabel, int lengthOfTokenInLabel);
public:
PeekResultDisplayInfo2(Platform::String ^ label, Platform::Object ^ labelTooltip, Platform::String ^ title, Platform::String ^ titleTooltip, int startIndexOfTokenInLabel, int lengthOfTokenInLabel);
PeekResultDisplayInfo2(std::wstring const & label, winrt::Windows::Foundation::IInspectable const & labelTooltip, std::wstring const & title, std::wstring const & titleTooltip, int startIndexOfTokenInLabel, int lengthOfTokenInLabel);
public PeekResultDisplayInfo2 (string label, object labelTooltip, string title, string titleTooltip, int startIndexOfTokenInLabel, int lengthOfTokenInLabel);
new Microsoft.VisualStudio.Language.Intellisense.PeekResultDisplayInfo2 : string * obj * string * string * int * int -> Microsoft.VisualStudio.Language.Intellisense.PeekResultDisplayInfo2
Public Sub New (label As String, labelTooltip As Object, title As String, titleTooltip As String, startIndexOfTokenInLabel As Integer, lengthOfTokenInLabel As Integer)
Parâmetros
- label
- String
O rótulo.
- labelTooltip
- Object
A dica de ferramenta do rótulo.
- title
- String
O título.
- titleTooltip
- String
A dica de ferramenta do título.
- startIndexOfTokenInLabel
- Int32
O índice de início do token.
- lengthOfTokenInLabel
- Int32
O comprimento do token.