Sdílet prostřednictvím


DesignerOptionService.IDesignerOptionService.GetOptionValue Metoda

Definice

Získá hodnotu možnosti definované v tomto balíčku.

 virtual System::Object ^ System.ComponentModel.Design.IDesignerOptionService.GetOptionValue(System::String ^ pageName, System::String ^ valueName) = System::ComponentModel::Design::IDesignerOptionService::GetOptionValue;
object IDesignerOptionService.GetOptionValue (string pageName, string valueName);
abstract member System.ComponentModel.Design.IDesignerOptionService.GetOptionValue : string * string -> obj
override this.System.ComponentModel.Design.IDesignerOptionService.GetOptionValue : string * string -> obj
Function GetOptionValue (pageName As String, valueName As String) As Object Implements IDesignerOptionService.GetOptionValue

Parametry

pageName
String

Stránka, na kterou je možnost vázána.

valueName
String

Název hodnoty možnosti.

Návraty

Hodnota možnosti s názvem valueName.

Implementuje

Výjimky

pageName nebo valueName je null.

Platí pro

Viz také