Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the sort order of the properties window
Namespace: Microsoft.VisualStudio.Designer.Interfaces
Assembly: Microsoft.VisualStudio.Designer.Interfaces (in Microsoft.VisualStudio.Designer.Interfaces.dll)
Syntax
'Declaration
Property GridSort As _PROPERTYGRIDSORT
_PROPERTYGRIDSORT GridSort { get; set; }
property _PROPERTYGRIDSORT GridSort {
_PROPERTYGRIDSORT get ();
void set (_PROPERTYGRIDSORT value);
}
abstract GridSort : _PROPERTYGRIDSORT with get, set
function get GridSort () : _PROPERTYGRIDSORT
function set GridSort (value : _PROPERTYGRIDSORT)
Property Value
Type: Microsoft.VisualStudio.Designer.Interfaces._PROPERTYGRIDSORT
The _PROPERTYGRIDSORT.
.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.