IVsPlatformReferenceProviderContext::SDKFilterKeywords Property

 

Gets or sets a space-delimited list of the capabilities.

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

[DispIdAttribute(1610743822)]
property String^ SDKFilterKeywords {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

This property is typically the same as VSHPROPID_ProjectCapabilities.

When this property is specified, only matching software development kits (SDKs), based on the AppliesTo section, are displayed.

Return to top
Show: