次の方法で共有


SearchOptionDataSource.Type Property

Definition

Gets or sets the type (Boolean or command) for the search option.

public:
 property Microsoft::VisualStudio::PlatformUI::SearchOptionType Type { Microsoft::VisualStudio::PlatformUI::SearchOptionType get(); void set(Microsoft::VisualStudio::PlatformUI::SearchOptionType value); };
public:
 property Microsoft::VisualStudio::PlatformUI::SearchOptionType Type { Microsoft::VisualStudio::PlatformUI::SearchOptionType get(); void set(Microsoft::VisualStudio::PlatformUI::SearchOptionType value); };
public Microsoft.VisualStudio.PlatformUI.SearchOptionType Type { get; set; }
member this.Type : Microsoft.VisualStudio.PlatformUI.SearchOptionType with get, set
Public Property Type As SearchOptionType

Property Value

Returns the type of the search option.

Applies to