DesignerOptionService::IDesignerOptionService::GetOptionValue Method (String^, String^)

 

Gets the value of an option defined in this package.

Namespace:   System.ComponentModel.Design
Assembly:  System (in System.dll)

private:
virtual Object^ GetOptionValue(
	String^ pageName,
	String^ valueName
) sealed = IDesignerOptionService::GetOptionValue

Parameters

pageName
Type: System::String^

The page to which the option is bound.

valueName
Type: System::String^

The name of the option value.

Return Value

Type: System::Object^

The value of the option named valueName.

Exception Condition
ArgumentNullException

pageName or valueName is null.

.NET Framework
Available since 2.0
Return to top
Show: