共用方式為


IVsDataViewDocumentProvider.ShowMoniker 方法

當由類別實作,以表示文件 Moniker 是否要以顯示指定的文件。

命名空間:  Microsoft.VisualStudio.Data.Services.SupportEntities
組件:  Microsoft.VisualStudio.Data.Services (在 Microsoft.VisualStudio.Data.Services.dll 中)

語法

'宣告
Function ShowMoniker ( _
    itemId As Integer _
) As Boolean
bool ShowMoniker(
    int itemId
)
bool ShowMoniker(
    int itemId
)
abstract ShowMoniker : 
        itemId:int -> bool
function ShowMoniker(
    itemId : int
) : boolean

參數

  • itemId
    類型:Int32

    節點的數值識別項在資料檢視。

傳回值

類型:Boolean
true ,如果 Moniker 的顯示方式,否則, false。

.NET Framework 安全性

請參閱

參考

IVsDataViewDocumentProvider 介面

Microsoft.VisualStudio.Data.Services.SupportEntities 命名空間