VsTextBufferCoordinatorClass.EnableReplication Method
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
Syntax
'Déclaration
Public Overridable Function EnableReplication ( _
bcrd As UInteger, _
fEnable As Integer _
) As Integer
'Utilisation
Dim instance As VsTextBufferCoordinatorClass
Dim bcrd As UInteger
Dim fEnable As Integer
Dim returnValue As Integer
returnValue = instance.EnableReplication(bcrd, _
fEnable)
public virtual int EnableReplication(
uint bcrd,
int fEnable
)
public:
virtual int EnableReplication(
[InAttribute] unsigned int bcrd,
[InAttribute] int fEnable
)
abstract EnableReplication :
bcrd:uint32 *
fEnable:int -> int
override EnableReplication :
bcrd:uint32 *
fEnable:int -> int
public function EnableReplication(
bcrd : uint,
fEnable : int
) : int
Parameters
- bcrd
Type: System.UInt32
- fEnable
Type: System.Int32
Return Value
Type: System.Int32
Implements
IVsTextBufferCoordinator.EnableReplication(UInt32, Int32)
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
VsTextBufferCoordinatorClass Class