IVsFileReferenceProviderContext.BrowseFilter 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 the file types to filter, such as *.dll, *.ocx, and so on.
public:
property System::String ^ BrowseFilter { System::String ^ get(); void set(System::String ^ value); };
public:
property Platform::String ^ BrowseFilter { Platform::String ^ get(); void set(Platform::String ^ value); };
[System.Runtime.InteropServices.DispId(1610743808)]
public string BrowseFilter { get; set; }
public string BrowseFilter { get; set; }
[<System.Runtime.InteropServices.DispId(1610743808)>]
member this.BrowseFilter : string with get, set
member this.BrowseFilter : string with get, set
Public Property BrowseFilter As String
Property Value
- Attributes