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
參數
bcrd
類型:UInt32[in]介於BufferCoordinatorReplicationDirection列舉型別描述,會啟用或停用複寫的方向。
fEnable
類型:Int32[in]非零值 (TRUE) 若要啟用複寫到指定的方向。 否則,零 (FALSE) 若要停用複寫。
傳回值
類型:Int32
如果成功的話,會傳回S_OK。 否則,會傳回錯誤碼。
備註
COM 簽章
從 singlefileeditor.idl:
HRESULT EnableReplication(
[in] DWORD bcrd,
[in] BOOL fEnable
);
雖然預設的方向至第二個主要時會出現的緩衝區的協調者物件建立時,請不要假設啟用或停用特定的方向。 僅針對單一方向可以啟用一次 (也就是指示通常是互相獨占)。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。