IVsConnectedServiceInstanceReferenceProviderContext::ReferenceFilterPaths Property

 

Gets the reference filter paths.

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

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

Property Value

Type: System::Array^

The reference filter paths.

Return to top
Show: