FileCodeGroup.AttributeString プロパティとは? わかりやすく解説

Weblio 辞書 > コンピュータ > .NET Framework クラス ライブラリ リファレンス > FileCodeGroup.AttributeString プロパティの意味・解説 

FileCodeGroup.AttributeString プロパティ

コード グループポリシー ステートメント属性文字列形式取得します

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

Public Overrides ReadOnly
 Property AttributeString As String
Dim instance As FileCodeGroup
Dim value As String

value = instance.AttributeString
public override string AttributeString { get;
 }
/** @property */
public String get_AttributeString ()

プロパティ
常に null 参照 (Visual Basic では Nothing)。

解説解説

FileCodeGroup は AttributeString使用しないため、このプロパティは常に null 参照 (Visual Basic では Nothing) です。

使用例使用例

AttributeString プロパティ使用してこのコード グループ属性取得する方法次のコード例示します。このコード例は、FileCodeGroup クラストピック取り上げているコード例一部分です。

If (Not fileCodeGroup.AttributeString Is
 Nothing) Then
    Throw New NullReferenceException( _
        "AttributeString property is not empty")
End If
if (fileCodeGroup.AttributeString != null)
{
    throw new NullReferenceException(
        "The AttributeString property should be null.");
}
if ( fileCodeGroup->AttributeString != nullptr )
{
   throw gcnew NullReferenceException(
      L"The AttributeString property should be null."
 );
}
if (fileCodeGroup.get_AttributeString() != null)
 {
    throw new NullReferenceException("The AttributeString
 property "
        + "should be null.");
}
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
FileCodeGroup クラス
FileCodeGroup メンバ
System.Security.Policy 名前空間


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

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

辞書ショートカット

すべての辞書の索引

FileCodeGroup.AttributeString プロパティのお隣キーワード
検索ランキング

   

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



FileCodeGroup.AttributeString プロパティのページの著作権
Weblio 辞書 情報提供元は 参加元一覧 にて確認できます。

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

©2025 GRAS Group, Inc.RSS