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 によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。
バージョン情報
参照- FileCodeGroup.AttributeString プロパティのページへのリンク