共用方式為


IVsTextBufferCoordinator.EnableReplication 方法

可以讓複寫至次要緩衝區主要和次要緩衝區主要的複寫。

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

語法

'宣告
Function EnableReplication ( _
    bcrd As UInteger, _
    fEnable As Integer _
) As Integer
int EnableReplication(
    uint bcrd,
    int fEnable
)
int EnableReplication(
    [InAttribute] unsigned int bcrd, 
    [InAttribute] int fEnable
)
abstract EnableReplication : 
        bcrd:uint32 * 
        fEnable:int -> int
function EnableReplication(
    bcrd : uint, 
    fEnable : int
) : int

參數

  • fEnable
    類型:Int32

    [in]非零值 (TRUE) 若要啟用複寫到指定的方向。 否則,零 (FALSE) 若要停用複寫。

傳回值

類型:Int32
如果成功的話,會傳回S_OK。 否則,會傳回錯誤碼。

備註

COM 簽章

從 singlefileeditor.idl:

HRESULT EnableReplication(
   [in] DWORD bcrd,
   [in] BOOL  fEnable
);

雖然預設的方向至第二個主要時會出現的緩衝區的協調者物件建立時,請不要假設啟用或停用特定的方向。 僅針對單一方向可以啟用一次 (也就是指示通常是互相獨占)。

.NET Framework 安全性

請參閱

參考

IVsTextBufferCoordinator 介面

Microsoft.VisualStudio.TextManager.Interop 命名空間