DesignerOptionService::IDesignerOptionService::GetOptionValue Method (String^, String^)
.NET Framework (current version)
Gets the value of an option defined in this package.
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.
| Exception | Condition |
|---|---|
| ArgumentNullException | pageName or valueName is null. |
.NET Framework
Available since 2.0
Available since 2.0
Show: