IVSMDPropertyGrid.SetOption(_PROPERTYGRIDOPTION, Object) 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.
Sets the specified option.
public:
void SetOption(Microsoft::VisualStudio::Designer::Interfaces::_PROPERTYGRIDOPTION option, System::Object ^ vtOption);
public:
void SetOption(Microsoft::VisualStudio::Designer::Interfaces::_PROPERTYGRIDOPTION option, Platform::Object ^ vtOption);
void SetOption(Microsoft::VisualStudio::Designer::Interfaces::_PROPERTYGRIDOPTION option, winrt::Windows::Foundation::IInspectable const & vtOption);
public void SetOption (Microsoft.VisualStudio.Designer.Interfaces._PROPERTYGRIDOPTION option, object vtOption);
abstract member SetOption : Microsoft.VisualStudio.Designer.Interfaces._PROPERTYGRIDOPTION * obj -> unit
Public Sub SetOption (option As _PROPERTYGRIDOPTION, vtOption As Object)
Parameters
- option
- _PROPERTYGRIDOPTION
The _PROPERTYGRIDOPTION.
- vtOption
- Object
The value of the option.