共用方式為


DiagramDocView.GetCapabilities 方法

指定要支援的搜尋選項。

命名空間:  Microsoft.VisualStudio.Modeling.Shell
組件:  Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0 (在 Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0.dll 中)

語法

'宣告
Public Function GetCapabilities ( _
    pfImage As Boolean(), _
    pgrfOptions As UInteger() _
) As Integer
public int GetCapabilities(
    bool[] pfImage,
    uint[] pgrfOptions
)

參數

傳回值

型別:System.Int32
S_OK如果搜尋並支援的選項。

實作

IVsFindTarget.GetCapabilities(array<Boolean[], array<UInt32[])

備註

預設情況下, IVsTextImage不支援。

這個方法屬於IVsFindTarget介面。 您可以使用所有選項,這個介面除了尋找/取代

.NET Framework 安全性

請參閱

參考

DiagramDocView 類別

Microsoft.VisualStudio.Modeling.Shell 命名空間