Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the data object for the collapsed UI tooltip. If the default is set, returns null.
Namespace: Microsoft.VisualStudio.Text.Tagging
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
Syntax
'Declaration
ReadOnly Property CollapsedHintForm As Object
Object CollapsedHintForm { get; }
property Object^ CollapsedHintForm {
Object^ get ();
}
abstract CollapsedHintForm : Object with get
function get CollapsedHintForm () : Object
Property Value
Type: System.Object
The data object for the collapsed UI tooltip. If the default is set, returns null.
.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.