IVSMDPropertyGrid.GetOption(_PROPERTYGRIDOPTION) Method
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 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
- option
- _PROPERTYGRIDOPTION
The _PROPERTYGRIDOPTION.
Returns
The value.