VsTextBufferCoordinatorClass.EnableReplication-Methode
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
Syntax
'Declaration
Public Overridable Function EnableReplication ( _
bcrd As UInteger, _
fEnable As Integer _
) As Integer
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
Parameter
- bcrd
Typ: UInt32
- fEnable
Typ: Int32
Rückgabewert
Typ: Int32
Implementiert
IVsTextBufferCoordinator.EnableReplication(UInt32, Int32)
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.