VisualHg.VisualHgSolution.TryGetItemProperty C# (CSharp) Méthode

TryGetItemProperty() private static méthode

private static TryGetItemProperty ( IVsHierarchy hierarchy, uint itemId, __VSHPROPID property, object &value ) : bool
hierarchy IVsHierarchy
itemId uint
property __VSHPROPID
value object
Résultat bool
        private static bool TryGetItemProperty(IVsHierarchy hierarchy, uint itemId, __VSHPROPID property, out object value)
        {
            return ErrorHandler.Succeeded(hierarchy.GetProperty(itemId, (int)property, out value));
        }

Same methods

VisualHgSolution::TryGetItemProperty ( IVsHierarchy hierarchy, uint itemId, __VSHPROPID2 property, object &value ) : bool