Context.GetProperty(String) 方法

定義

傳回以名稱指定的特定內容屬性。

此 API 支援此產品基礎結構,但無法直接用於程式碼之中。

public:
 virtual System::Runtime::Remoting::Contexts::IContextProperty ^ GetProperty(System::String ^ name);
public virtual System.Runtime.Remoting.Contexts.IContextProperty GetProperty (string name);
[System.Security.SecurityCritical]
public virtual System.Runtime.Remoting.Contexts.IContextProperty GetProperty (string name);
abstract member GetProperty : string -> System.Runtime.Remoting.Contexts.IContextProperty
override this.GetProperty : string -> System.Runtime.Remoting.Contexts.IContextProperty
[<System.Security.SecurityCritical>]
abstract member GetProperty : string -> System.Runtime.Remoting.Contexts.IContextProperty
override this.GetProperty : string -> System.Runtime.Remoting.Contexts.IContextProperty
Public Overridable Function GetProperty (name As String) As IContextProperty

參數

name
String

屬性的名稱。

傳回

指定的內容屬性。

屬性

適用於