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.
Initializes a new instance of a OutliningRegionTag with the specified objects.
Namespace: Microsoft.VisualStudio.Text.Tagging
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
Syntax
'Declaration
Public Sub New ( _
collapsedForm As Object, _
collapsedHintForm As Object _
)
public OutliningRegionTag(
Object collapsedForm,
Object collapsedHintForm
)
public:
OutliningRegionTag(
Object^ collapsedForm,
Object^ collapsedHintForm
)
new :
collapsedForm:Object *
collapsedHintForm:Object -> OutliningRegionTag
public function OutliningRegionTag(
collapsedForm : Object,
collapsedHintForm : Object
)
Parameters
collapsedForm
Type: System.ObjectThe data object for the collapsed UI.
collapsedHintForm
Type: System.ObjectThe data object for the collapsed UI tooltip.
.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.