IVsPlatformReferenceProviderContext.SDKFilterKeywords Property

Definition

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

public:
 property System::String ^ SDKFilterKeywords { System::String ^ get(); void set(System::String ^ value); };
public:
 property Platform::String ^ SDKFilterKeywords { Platform::String ^ get(); void set(Platform::String ^ value); };
[System.Runtime.InteropServices.DispId(1610743822)]
public string SDKFilterKeywords { get; set; }
public string SDKFilterKeywords { get; set; }
[<System.Runtime.InteropServices.DispId(1610743822)>]
member this.SDKFilterKeywords : string with get, set
member this.SDKFilterKeywords : string with get, set
Public Property SDKFilterKeywords As String

Property Value

Attributes

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.

Applies to