Namespace: Microsoft.VisualStudio.Designer.Interfaces
Assembly: Microsoft.VisualStudio.Designer.Interfaces (in Microsoft.VisualStudio.Designer.Interfaces.dll)
Syntax
声明
Property GridSort As _PROPERTYGRIDSORT
Get
Set
用法
Dim instance As IVSMDPropertyGrid
Dim value As _PROPERTYGRIDSORT
value = instance.GridSort
instance.GridSort = value
_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
.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.