IVsReferenceProviderContext.ReferenceFilterPaths 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.
Gets or sets a list of paths to references to be filtered. This property can be used to filter out specific files or directories from the references enumeration.
public:
property Array ^ ReferenceFilterPaths { Array ^ get(); void set(Array ^ value); };
[System.Runtime.InteropServices.DispId(1610678276)]
public Array ReferenceFilterPaths { get; set; }
public Array ReferenceFilterPaths { get; set; }
[<System.Runtime.InteropServices.DispId(1610678276)>]
member this.ReferenceFilterPaths : Array with get, set
member this.ReferenceFilterPaths : Array with get, set
Public Property ReferenceFilterPaths As Array
Property Value
The reference paths to be filtered.
- Attributes