IVsPlatformReferenceProviderContext.SDKFilterKeywords 属性

定义

获取或设置以空格分隔的功能列表。

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; }
[<System.Runtime.InteropServices.DispId(1610743822)>]
member this.SDKFilterKeywords : string with get, set
Public Property SDKFilterKeywords As String

属性值

String
属性

注解

此属性通常与相同 VSHPROPID_ProjectCapabilities

如果指定此属性,则将仅显示基于 AppliesTo 节 (Sdk) 的匹配软件开发工具包。

适用于