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
。 この関数の使用例については、「 System.DirectoryServices.AccountManagement プリンシパル拡張機能 」を参照してください。
- 属性
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET