Condividi tramite


IVSMDPropertyGrid.GetOption Method

Gets the value of the given option.

Namespace:  Microsoft.VisualStudio.Designer.Interfaces
Assembly:  Microsoft.VisualStudio.Designer.Interfaces (in Microsoft.VisualStudio.Designer.Interfaces.dll)

Syntax

'Dichiarazione
Function GetOption ( _
    option As _PROPERTYGRIDOPTION _
) As Object
'Utilizzo
Dim instance As IVSMDPropertyGrid
Dim option As _PROPERTYGRIDOPTION
Dim returnValue As Object

returnValue = instance.GetOption(option)
Object GetOption(
    _PROPERTYGRIDOPTION option
)
Object^ GetOption(
    [InAttribute] _PROPERTYGRIDOPTION option
)
abstract GetOption : 
        option:_PROPERTYGRIDOPTION -> Object 
function GetOption(
    option : _PROPERTYGRIDOPTION
) : Object

Parameters

Return Value

Type: System.Object
The value.

.NET Framework Security

See Also

Reference

IVSMDPropertyGrid Interface

IVSMDPropertyGrid Members

Microsoft.VisualStudio.Designer.Interfaces Namespace