IVSMDPropertyGrid.GetOption(_PROPERTYGRIDOPTION) Method

Definition

Gets the value of the given option.

public:
 System::Object ^ GetOption(Microsoft::VisualStudio::Designer::Interfaces::_PROPERTYGRIDOPTION option);
public:
 Platform::Object ^ GetOption(Microsoft::VisualStudio::Designer::Interfaces::_PROPERTYGRIDOPTION option);
winrt::Windows::Foundation::IInspectable GetOption(Microsoft::VisualStudio::Designer::Interfaces::_PROPERTYGRIDOPTION option);
public object GetOption (Microsoft.VisualStudio.Designer.Interfaces._PROPERTYGRIDOPTION option);
abstract member GetOption : Microsoft.VisualStudio.Designer.Interfaces._PROPERTYGRIDOPTION -> obj
Public Function GetOption (option As _PROPERTYGRIDOPTION) As Object

Parameters

Returns

The value.

Applies to