CustomWorkspaceArguments.IndexedElements 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置在编制索引时生成的索引类型的类型(如果有)。 默认值为 All。
public:
property Microsoft::VisualStudio::Workspace::Indexing::IndexElement IndexedElements { Microsoft::VisualStudio::Workspace::Indexing::IndexElement get(); void set(Microsoft::VisualStudio::Workspace::Indexing::IndexElement value); };
public Microsoft.VisualStudio.Workspace.Indexing.IndexElement IndexedElements { get; set; }
member this.IndexedElements : Microsoft.VisualStudio.Workspace.Indexing.IndexElement with get, set
Public Property IndexedElements As IndexElement