OptionsWrapper<TOptions>.Get(String) 方法

定义

注意

This method is obsolete and will be removed in a future version.

此方法已过时,并将从未来版本中删除。This method is obsolete and will be removed in a future version.

public:
 TOptions Get(System::String ^ name);
public TOptions Get (string name);
[System.Obsolete("This method is obsolete and will be removed in a future version.")]
public TOptions Get (string name);
member this.Get : string -> 'Options
[<System.Obsolete("This method is obsolete and will be removed in a future version.")>]
member this.Get : string -> 'Options
Public Function Get (name As String) As TOptions

参数

name
String

忽略此参数。This parameter is ignored.

返回

TOptions

ValueThe Value.

属性

适用于