FileCodeGroup.AttributeString プロパティ
アセンブリ: mscorlib (mscorlib.dll 内)

常に 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."); }

Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


Weblioに収録されているすべての辞書からFileCodeGroup.AttributeString プロパティを検索する場合は、下記のリンクをクリックしてください。

- FileCodeGroup.AttributeString プロパティのページへのリンク