VsaItems クラス
メモ: この API は、互換性のために残されています。
継承階層
Object
Microsoft.VisualBasic.Vsa.VsaItems
名前空間: Microsoft.VisualBasic.Vsa
アセンブリ: Microsoft.VisualBasic.Vsa (Microsoft.VisualBasic.Vsa.dll 内)
構文
'宣言
<ObsoleteAttribute("Use of this type is not recommended because it is being deprecated in Visual Studio 2005; there will be no replacement for this feature. Please see the ICodeCompiler documentation for additional help.")> _
<PermissionSetAttribute(SecurityAction.Demand, Name := "FullTrust")> _
Public Class VsaItems _
Implements IVsaItems, IEnumerable
[ObsoleteAttribute("Use of this type is not recommended because it is being deprecated in Visual Studio 2005; there will be no replacement for this feature. Please see the ICodeCompiler documentation for additional help.")]
[PermissionSetAttribute(SecurityAction.Demand, Name = "FullTrust")]
public class VsaItems : IVsaItems, IEnumerable
[ObsoleteAttribute(L"Use of this type is not recommended because it is being deprecated in Visual Studio 2005; there will be no replacement for this feature. Please see the ICodeCompiler documentation for additional help.")]
[PermissionSetAttribute(SecurityAction::Demand, Name = L"FullTrust")]
public ref class VsaItems : IVsaItems,
IEnumerable
[<ObsoleteAttribute("Use of this type is not recommended because it is being deprecated in Visual Studio 2005; there will be no replacement for this feature. Please see the ICodeCompiler documentation for additional help.")>]
[<PermissionSetAttribute(SecurityAction.Demand, Name = "FullTrust")>]
type VsaItems =
class
interface IVsaItems
interface IEnumerable
end
public class VsaItems implements IVsaItems, IEnumerable
VsaItems 型で公開されるメンバーは以下のとおりです。
コンストラクター
名前 | 説明 | |
---|---|---|
VsaItems |
このページのトップへ
プロパティ
名前 | 説明 | |
---|---|---|
Count | ||
Item[Int32] | ||
Item[String] |
このページのトップへ
メソッド
名前 | 説明 | |
---|---|---|
AddCodeItemWrapper | ||
CreateItem | ||
Equals | 指定したオブジェクトが、現在のオブジェクトと等しいかどうかを判断します。 (Object から継承されます。) | |
Finalize | オブジェクトが、ガベージ コレクションによって収集される前に、リソースの解放とその他のクリーンアップ操作の実行を試みることができるようにします。 (Object から継承されます。) | |
GetEnumerator | ||
GetHashCode | 既定のハッシュ関数として機能します。 (Object から継承されます。) | |
GetItemWrapper | ||
GetType | 現在のインスタンスの Type を取得します。 (Object から継承されます。) | |
MemberwiseClone | Object の簡易コピーを作成します。 (Object から継承されます。) | |
Remove(Int32) | ||
Remove(String) | ||
ToString | 現在のオブジェクトを表す文字列を返します。 (Object から継承されます。) |
このページのトップへ
フィールド
名前 | 説明 | |
---|---|---|
m_ItemCollection |
このページのトップへ
スレッド セーフ
この型のすべてのパブリック static (Visual Basic では Shared) メンバーは、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。