IVsPlatformReferenceProviderContext2::ReferenceFilterPaths Property

Visual Studio 2015
 

Gets or sets the reference filter paths.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.14.0.DesignTime (in Microsoft.VisualStudio.Shell.Interop.14.0.DesignTime.dll)

[DispIdAttribute(1610678276)]
property Array^ ReferenceFilterPaths {
	Array^ get();
	void set(Array^ value);
}

Property Value

Type: System::Array^

An array of reference filter paths.

Return to top
Show: