HierarchyUtilities.TryGetHierarchyProperty<T> Method (IVsHierarchy, UInt32, Int32, T%)
Namespace: Microsoft.Internal.VisualStudio.PlatformUI
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Syntax
'Declaration
Public Shared Function TryGetHierarchyProperty(Of T) ( _
hierarchy As IVsHierarchy, _
itemid As UInteger, _
propid As Integer, _
<OutAttribute> ByRef value As T _
) As Boolean
public static bool TryGetHierarchyProperty<T>(
IVsHierarchy hierarchy,
uint itemid,
int propid,
out T value
)
public:
generic<typename T>
static bool TryGetHierarchyProperty(
IVsHierarchy^ hierarchy,
unsigned int itemid,
int propid,
[OutAttribute] T% value
)
static member TryGetHierarchyProperty :
hierarchy:IVsHierarchy *
itemid:uint32 *
propid:int *
value:'T byref -> bool
JScript does not support generic types or methods.
Type Parameters
- T
Parameters
- hierarchy
Type: Microsoft.VisualStudio.Shell.Interop.IVsHierarchy
- itemid
Type: System.UInt32
- propid
Type: System.Int32
- value
Type: T%
Return Value
Type: System.Boolean
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.