次の方法で共有


VsaReferenceItem クラス

メモ: この API は、互換性のために残されています。

継承階層

Object
  Microsoft.VisualBasic.Vsa.VsaItem
    Microsoft.VisualBasic.Vsa.VsaReferenceItem

名前空間:  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 VsaReferenceItem _
    Inherits VsaItem _
    Implements IVsaReferenceItem, 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.")]
[PermissionSetAttribute(SecurityAction.Demand, Name = "FullTrust")]
public class VsaReferenceItem : VsaItem, 
    IVsaReferenceItem, 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.")]
[PermissionSetAttribute(SecurityAction::Demand, Name = L"FullTrust")]
public ref class VsaReferenceItem : public VsaItem, 
    IVsaReferenceItem, 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.")>]
[<PermissionSetAttribute(SecurityAction.Demand, Name = "FullTrust")>]
type VsaReferenceItem =  
    class 
        inherit VsaItem 
        interface IVsaReferenceItem 
        interface IVsaItem 
    end
public class VsaReferenceItem extends VsaItem implements IVsaReferenceItem, IVsaItem

VsaReferenceItem 型で公開されるメンバーは以下のとおりです。

プロパティ

  名前 説明
パブリック プロパティ _item (VsaItem から継承されます。)
パブリック プロパティ AssemblyName
パブリック プロパティ IsDirty (VsaItem から継承されます。)
パブリック プロパティ ItemType (VsaItem から継承されます。)
パブリック プロパティ Name (VsaItem から継承されます。)

このページのトップへ

メソッド

  名前 説明
パブリック メソッド Equals 指定したオブジェクトが、現在のオブジェクトと等しいかどうかを判断します。 (Object から継承されます。)
プロテクト メソッド Finalize オブジェクトが、ガベージ コレクションによって収集される前に、リソースの解放とその他のクリーンアップ操作の実行を試みることができるようにします。 (Object から継承されます。)
パブリック メソッド GetHashCode 既定のハッシュ関数として機能します。 (Object から継承されます。)
パブリック メソッド GetOption (VsaItem から継承されます。)
パブリック メソッド GetType 現在のインスタンスの Type を取得します。 (Object から継承されます。)
プロテクト メソッド MemberwiseClone Object の簡易コピーを作成します。 (Object から継承されます。)
パブリック メソッド SetOption (VsaItem から継承されます。)
パブリック メソッド ToString 現在のオブジェクトを表す文字列を返します。 (Object から継承されます。)

このページのトップへ

スレッド セーフ

この型のすべてのパブリック static (Visual Basic では Shared) メンバーは、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。

参照

関連項目

Microsoft.VisualBasic.Vsa 名前空間