VsaCodeItem クラス
アセンブリ: 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.")> _ Public Class VsaCodeItem Inherits VsaItem Implements IVsaCodeItem, IVsaItem
[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.")]
public class VsaCodeItem : VsaItem, IVsaCodeItem,
IVsaItem
[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.")] public ref class VsaCodeItem : public VsaItem, IVsaCodeItem, IVsaItem
/** @attribute 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.") */ public class VsaCodeItem extends VsaItem implements IVsaCodeItem, IVsaItem
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.")
public class VsaCodeItem extends
VsaItem implements IVsaCodeItem, IVsaItem
継承階層Microsoft.VisualBasic.Vsa.VsaItem
Microsoft.VisualBasic.Vsa.VsaCodeItem
スレッド セーフ
プラットフォーム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 によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。
バージョン情報
参照VsaCodeItem コンストラクタ
アセンブリ: Microsoft.VisualBasic.Vsa (microsoft.visualbasic.vsa.dll 内)
構文パラメータ
.NET Framework のセキュリティ
プラットフォーム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 によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。
バージョン情報
参照VsaCodeItem プロパティ
パブリック プロパティ| 名前 | 説明 | |
|---|---|---|
| _item | ( VsaItem から継承されます。) |
| CodeDOM | |
| IsDirty | ( VsaItem から継承されます。) |
| ItemType | ( VsaItem から継承されます。) |
| Name | ( VsaItem から継承されます。) |
| SourceText |
参照VsaCodeItem メソッド
パブリック メソッド| 名前 | 説明 | |
|---|---|---|
| AddEventSource | |
| AppendSourceText | |
| Equals | オーバーロードされます。 2 つの Object インスタンスが等しいかどうかを判断します。 ( Object から継承されます。) |
| GetHashCode | 特定の型のハッシュ関数として機能します。GetHashCode は、ハッシュ アルゴリズムや、ハッシュ テーブルのようなデータ構造での使用に適しています。 ( Object から継承されます。) |
| GetOption | ( VsaItem から継承されます。) |
| GetType | 現在のインスタンスの Type を取得します。 ( Object から継承されます。) |
| ReferenceEquals | 指定した複数の Object インスタンスが同一かどうかを判断します。 ( Object から継承されます。) |
| RemoveEventSource | |
| SetOption | ( VsaItem から継承されます。) |
| ToString | 現在の Object を表す String を返します。 ( Object から継承されます。) |
プロテクト メソッド| 名前 | 説明 | |
|---|---|---|
| Finalize | Object がガベージ コレクションにより収集される前に、その Object がリソースを解放し、その他のクリーンアップ操作を実行できるようにします。 ( Object から継承されます。) |
| MemberwiseClone | 現在の Object の簡易コピーを作成します。 ( Object から継承されます。) |
参照VsaCodeItem メンバ
VsaCodeItem データ型で公開されるメンバを以下の表に示します。
プロテクト コンストラクタ| 名前 | 説明 | |
|---|---|---|
| VsaCodeItem |
パブリック プロパティ| 名前 | 説明 | |
|---|---|---|
| _item | ( VsaItem から継承されます。) |
| CodeDOM | |
| IsDirty | ( VsaItem から継承されます。) |
| ItemType | ( VsaItem から継承されます。) |
| Name | ( VsaItem から継承されます。) |
| SourceText |
パブリック メソッド| 名前 | 説明 | |
|---|---|---|
| AddEventSource | |
| AppendSourceText | |
| Equals | オーバーロードされます。 2 つの Object インスタンスが等しいかどうかを判断します。 (Object から継承されます。) |
| GetHashCode | 特定の型のハッシュ関数として機能します。GetHashCode は、ハッシュ アルゴリズムや、ハッシュ テーブルのようなデータ構造での使用に適しています。 (Object から継承されます。) |
| GetOption | ( VsaItem から継承されます。) |
| GetType | 現在のインスタンスの Type を取得します。 (Object から継承されます。) |
| ReferenceEquals | 指定した複数の Object インスタンスが同一かどうかを判断します。 (Object から継承されます。) |
| RemoveEventSource | |
| SetOption | ( VsaItem から継承されます。) |
| ToString | 現在の Object を表す String を返します。 (Object から継承されます。) |
プロテクト メソッド| 名前 | 説明 | |
|---|---|---|
| Finalize | Object がガベージ コレクションにより収集される前に、その Object がリソースを解放し、その他のクリーンアップ操作を実行できるようにします。 (Object から継承されます。) |
| MemberwiseClone | 現在の Object の簡易コピーを作成します。 (Object から継承されます。) |
参照- VsaCodeItemのページへのリンク