PermissionSet.Intersect メソッドとは? わかりやすく解説

Weblio 辞書 > コンピュータ > .NET Framework クラス ライブラリ リファレンス > PermissionSet.Intersect メソッドの意味・解説 

PermissionSet.Intersect メソッド

現在の PermissionSet指定した PermissionSet積集合を表すアクセス許可セット作成して返します

名前空間: System.Security
アセンブリ: mscorlib (mscorlib.dll 内)
構文構文

Public Function Intersect ( _
    other As PermissionSet _
) As PermissionSet
Dim instance As PermissionSet
Dim other As PermissionSet
Dim returnValue As PermissionSet

returnValue = instance.Intersect(other)
public PermissionSet Intersect (
    PermissionSet other
)
public:
PermissionSet^ Intersect (
    PermissionSet^ other
)
public PermissionSet Intersect (
    PermissionSet other
)
public function Intersect (
    other : PermissionSet
) : PermissionSet

パラメータ

other

現在の PermissionSet との積集合を持つ PermissionSet

戻り値
現在の PermissionSet指定したターゲット積集合を表す新しPermissionSet積集合が空である場合、このオブジェクトnull 参照 (Visual Basic では Nothing) です。

解説解説
使用例使用例

Intersect メソッド使用するコード例次に示します。このコード例は、PermissionSet クラストピック取り上げているコード例一部分です。

' Display the intersection of two permission sets.
Dim ps3 As PermissionSet = ps2.Intersect(ps1)
Console.WriteLine("The intersection of the first permission set
 and " & "the second permission set = "
 & ps3.ToString())
// Display the intersection of two permission sets.
PermissionSet ps3 = ps2.Intersect(ps1);
Console.WriteLine("The intersection of the first permission set
 and "
    + "the second permission set = " + ps3.ToString());
// Display the intersection of two permission sets.
PermissionSet^ ps3 = ps2->Intersect( ps1 );
Console::WriteLine( "The intersection of the first permission set
 and the second permission set = {0}", ps3 );
// Display the intersection of two permission sets.
PermissionSet ps3 = ps2.Intersect(ps1);
Console.WriteLine(
    ("The intersection of the first permission set and "
    + "the second permission set = " + ps3.ToString()));
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照


このページでは「.NET Framework クラス ライブラリ リファレンス」からPermissionSet.Intersect メソッドを検索した結果を表示しています。
Weblioに収録されているすべての辞書からPermissionSet.Intersect メソッドを検索する場合は、下記のリンクをクリックしてください。
 全ての辞書からPermissionSet.Intersect メソッド を検索

英和和英テキスト翻訳>> Weblio翻訳
英語⇒日本語日本語⇒英語
  

辞書ショートカット

すべての辞書の索引

PermissionSet.Intersect メソッドのお隣キーワード
検索ランキング

   

英語⇒日本語
日本語⇒英語
   



PermissionSet.Intersect メソッドのページの著作権
Weblio 辞書 情報提供元は 参加元一覧 にて確認できます。

   
日本マイクロソフト株式会社日本マイクロソフト株式会社
© 2025 Microsoft.All rights reserved.

©2025 GRAS Group, Inc.RSS