'Declaration
<DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)> <ElementsNotNullAttribute()> <NotNullAttribute()> Public Shared ReadOnly Property Empty As UABrowsePathElementCollection
'Usage
Dim value As UABrowsePathElementCollection value = UABrowsePathElementCollection.Empty
[DebuggerBrowsable(DebuggerBrowsableState.Never)] [ElementsNotNull()] [NotNull()] public static UABrowsePathElementCollection Empty {get;}
[DebuggerBrowsable(DebuggerBrowsableState.Never)] [ElementsNotNull()] [NotNull()] public: static property UABrowsePathElementCollection^ Empty { UABrowsePathElementCollection^ get(); }