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)
Syntax
'Declaration
Property SDKFilterKeywords As String
string SDKFilterKeywords { get; set; }
property String^ SDKFilterKeywords {
String^ get ();
void set (String^ value);
}
abstract SDKFilterKeywords : string with get, set
function get SDKFilterKeywords () : String
function set SDKFilterKeywords (value : String)
Property Value
Type: String
Remarks
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.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.