INodeBrowseObjectProviderMetadata.Priority Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Priority is used when multiple providers offer a browse object for the same node. Higher priority means a provider will be called first.
public:
property int Priority { int get(); };
[System.ComponentModel.DefaultValue(0)]
public int Priority { get; }
[<System.ComponentModel.DefaultValue(0)>]
member this.Priority : int
Public ReadOnly Property Priority As Integer
Property Value
- Attributes
Remarks
The default view is 0.