共用方式為


IVsLayeredTextView.GetSelectedAtom 方法

"At"不可部分完成的物件中的選取範圍時,告知用戶端。

命名空間:  Microsoft.VisualStudio.TextManager.Interop
組件:  Microsoft.VisualStudio.TextManager.Interop (在 Microsoft.VisualStudio.TextManager.Interop.dll 中)

語法

'宣告
Function GetSelectedAtom ( _
    dwFlags As UInteger, _
    <OutAttribute> ByRef ppunkAtom As Object _
) As Integer
int GetSelectedAtom(
    uint dwFlags,
    out Object ppunkAtom
)
int GetSelectedAtom(
    [InAttribute] unsigned int dwFlags, 
    [OutAttribute] Object^% ppunkAtom
)
abstract GetSelectedAtom : 
        dwFlags:uint32 * 
        ppunkAtom:Object byref -> int
function GetSelectedAtom(
    dwFlags : uint, 
    ppunkAtom : Object
) : int

參數

  • ppunkAtom
    類型:Object%

    [out]

傳回值

類型:Int32
如果找到不可部分完成的物件,則這個方法會傳回S_OK。如果沒有找到不可部分完成的物件,則這個方法會傳回S_FALSE

備註

COM 簽章

從 textmgr.idl:

HRESULT IVsLayeredTextView::GetSelectedAtom(
   [in] DWORD dwFlags,
   [out] IUnknown **ppunkAtom
);

GetSelectedAtom告知用戶端時選取項目"at"不可部分完成的物件,"at"所定義的dwFlags。 不可部分完成的物件是特殊的物件插入到一般文字資料流,例如隱藏的文字橫幅。 傳回IUnknown是相對於 atom ; 物件的指標 QI 的任何自訂的介面可能會想要。

.NET Framework 安全性

請參閱

參考

IVsLayeredTextView 介面

Microsoft.VisualStudio.TextManager.Interop 命名空間