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 the value of the given option.
Namespace: Microsoft.VisualStudio.Designer.Interfaces
Assembly: Microsoft.VisualStudio.Designer.Interfaces (in Microsoft.VisualStudio.Designer.Interfaces.dll)
Syntax
'Declaration
Function GetOption ( _
option As _PROPERTYGRIDOPTION _
) As Object
Object GetOption(
_PROPERTYGRIDOPTION option
)
Object^ GetOption(
[InAttribute] _PROPERTYGRIDOPTION option
)
abstract GetOption :
option:_PROPERTYGRIDOPTION -> Object
function GetOption(
option : _PROPERTYGRIDOPTION
) : Object
Parameters
- option
Type: Microsoft.VisualStudio.Designer.Interfaces._PROPERTYGRIDOPTION
The _PROPERTYGRIDOPTION.
Return Value
Type: System.Object
The value.
.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.