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

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

AuthorizationRuleCollection.Set メソッド

メモ : このメソッドは、.NET Framework version 2.0新しく追加されたものです。

コレクション内の指定したインデックス位置に、指定した AuthorizationRule オブジェクト追加します

名前空間: System.Web.Configuration
アセンブリ: System.Web (system.web.dll 内)
構文構文

Public Sub Set ( _
    index As Integer, _
    rule As AuthorizationRule _
)
Dim instance As AuthorizationRuleCollection
Dim index As Integer
Dim rule As AuthorizationRule

instance.Set(index, rule)
public void Set (
    int index,
    AuthorizationRule rule
)
public:
void Set (
    int index, 
    AuthorizationRule^ rule
)
public void Set (
    int index, 
    AuthorizationRule rule
)
public function Set (
    index : int, 
    rule : AuthorizationRule
)

パラメータ

index

指定した AuthorizationRuleCollection オブジェクト追加するインデックス位置

rule

追加される AuthorizationRule オブジェクト

使用例使用例

Set メソッド使用するコード例次に示します

' Using the AuthorizationRuleCollection Set method.
' Define the rule to add to the collection.
' Define the collection index.
Dim rIndex As System.Int32 = 0

' Set the rule in the collection.
  authorizationRuleCollection.Set(rIndex, _
  authorizationRule)
// Using the AuthorizationRuleCollection Set method.

// Define the rule to add to the collection.

// Define the collection index.
System.Int32 rIndex = 0;

// Set the rule in the collection.
authorizationRuleCollection.Set(rIndex, 
    authorizationRule);
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
AuthorizationRuleCollection クラス
AuthorizationRuleCollection メンバ
System.Web.Configuration 名前空間
その他の技術情報
authorization 要素 (ASP.NET 設定スキーマ)


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

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

辞書ショートカット

すべての辞書の索引

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

   

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



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

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

©2025 GRAS Group, Inc.RSS