NodeProperties.GetProjectItem Method

This class and its members are reserved for internal use and are not intended to be used in your code.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Project.Internal
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntax

'Declaration
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

Parameters

Return Value

Type: System.Int32
If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Implements

IVsBrowseObject.GetProjectItem(IVsHierarchy%, UInt32%)

.NET Framework Security

See Also

Reference

NodeProperties Class

Microsoft.VisualStudio.Data.Schema.Package.Project.Internal Namespace