IVsPlatformReferenceProviderContext2::SDKFilterKeywords Property
Visual Studio 2015
Gets or sets a space-delimited list of the capabilities.
Assembly: Microsoft.VisualStudio.Shell.Interop.14.0.DesignTime (in Microsoft.VisualStudio.Shell.Interop.14.0.DesignTime.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.
Show: