Compartment.HeaderPlusMinusField Property
Gets the expand/collapse chevron for the compartment shape.
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0.dll)
Syntax
'宣言
Protected ReadOnly Property HeaderPlusMinusField As PlusMinusButtonField
Get
protected PlusMinusButtonField HeaderPlusMinusField { get; }
protected:
property PlusMinusButtonField^ HeaderPlusMinusField {
PlusMinusButtonField^ get ();
}
member HeaderPlusMinusField : PlusMinusButtonField
function get HeaderPlusMinusField () : PlusMinusButtonField
Property Value
Type: Microsoft.VisualStudio.Modeling.Diagrams.PlusMinusButtonField
The expand/collapse chevron for the compartment shape.
.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.