Principal.ExtensionGet(String) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
拡張クラス オブジェクトの属性を取得します。
protected:
cli::array <System::Object ^> ^ ExtensionGet(System::String ^ attribute);
protected object[] ExtensionGet(string attribute);
[System.Security.SecurityCritical]
protected object[] ExtensionGet(string attribute);
member this.ExtensionGet : string -> obj[]
[<System.Security.SecurityCritical>]
member this.ExtensionGet : string -> obj[]
Protected Function ExtensionGet (attribute As String) As Object()
パラメーター
- attribute
- String
取得する属性の名前。
返品
Object[]
オブジェクトの配列を返します。その名前を持つ属性が存在しない場合は null します。
- 属性