このクラスおよびそのメンバーは内部使用に予約されています。ユーザーのコードで使用するためのものではありません。
名前空間: Microsoft.VisualStudio.Data.Schema.Package.Project.Internal
アセンブリ: Microsoft.VisualStudio.Data.Schema.Package (Microsoft.VisualStudio.Data.Schema.Package.dll 内)
構文
'宣言
Public Overridable Function GetProjectItem ( _
<OutAttribute> ByRef hier As IVsHierarchy, _
<OutAttribute> ByRef itemid As UInteger _
) As Integer
public virtual int GetProjectItem(
out IVsHierarchy hier,
out uint itemid
)
public:
virtual int GetProjectItem(
[OutAttribute] IVsHierarchy^% hier,
[OutAttribute] unsigned int% itemid
)
abstract GetProjectItem :
hier:IVsHierarchy byref *
itemid:uint32 byref -> int
override GetProjectItem :
hier:IVsHierarchy byref *
itemid:uint32 byref -> int
public function GetProjectItem(
hier : IVsHierarchy,
itemid : uint
) : int
パラメーター
- hier
型: Microsoft.VisualStudio.Shell.Interop.IVsHierarchy%
階層オブジェクトへの参照。
- itemid
型: System.UInt32%
プロジェクト アイテムへの参照。
戻り値
型: System.Int32
メソッドが成功した場合は、S_OK を返します。失敗した場合は、エラー コードが返されます。
実装
IVsCfgBrowseObject.GetProjectItem(IVsHierarchy%, UInt32%)
IVsBrowseObject.GetProjectItem(IVsHierarchy%, UInt32%)
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。 このメンバーは、部分的に信頼されているコードから使用することはできません。 詳細については、「部分信頼コードからのライブラリの使用」を参照してください。
参照
参照
Microsoft.VisualStudio.Data.Schema.Package.Project.Internal 名前空間