IVSMDPropertyGrid.GridSort Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the sort order of the properties window
public:
property Microsoft::VisualStudio::Designer::Interfaces::_PROPERTYGRIDSORT GridSort { Microsoft::VisualStudio::Designer::Interfaces::_PROPERTYGRIDSORT get(); void set(Microsoft::VisualStudio::Designer::Interfaces::_PROPERTYGRIDSORT value); };
public:
property Microsoft::VisualStudio::Designer::Interfaces::_PROPERTYGRIDSORT GridSort { Microsoft::VisualStudio::Designer::Interfaces::_PROPERTYGRIDSORT get(); void set(Microsoft::VisualStudio::Designer::Interfaces::_PROPERTYGRIDSORT value); };
[System.Runtime.InteropServices.DispId(1610678274)]
public Microsoft.VisualStudio.Designer.Interfaces._PROPERTYGRIDSORT GridSort { get; set; }
public Microsoft.VisualStudio.Designer.Interfaces._PROPERTYGRIDSORT GridSort { get; set; }
[<System.Runtime.InteropServices.DispId(1610678274)>]
member this.GridSort : Microsoft.VisualStudio.Designer.Interfaces._PROPERTYGRIDSORT with get, set
member this.GridSort : Microsoft.VisualStudio.Designer.Interfaces._PROPERTYGRIDSORT with get, set
Public Property GridSort As _PROPERTYGRIDSORT
Property Value
The _PROPERTYGRIDSORT.
- Attributes