DocumentClass.CheckIn Method 

This method supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)

Usage

Dim SaveChanges As Boolean
Dim Comments As Object
Dim MakePublic As Boolean
Dim documentClass1 As DocumentClass
documentClass1.CheckIn(SaveChanges, Comments, MakePublic)

Syntax

Public Overridable Sub CheckIn( _
    <InAttribute()> Optional ByVal SaveChanges As Boolean, _
    <InAttribute()> Optional ByRef Comments As Object, _
    <InAttribute()> Optional ByVal MakePublic As Boolean _
)
public virtual void CheckIn(
    [In, Optional] bool SaveChanges, 
    [In, Optional] ref object Comments, 
    [In, Optional] bool MakePublic
);
public: Void CheckIn(
    Boolean SaveChanges, 
    &Object^ Comments, 
    Boolean MakePublic
);
public void CheckIn(
    /*in*/boolean SaveChanges, 
    /*in*/System.Object Comments, 
    /*in*/boolean MakePublic
);
public function CheckIn(
     SaveChanges : Boolean, 
     Comments : Object, 
     MakePublic : Boolean
);

Parameters

  • SaveChanges
    This parameter is intended for internal use only.
  • Comments
    This parameter is intended for internal use only.
  • MakePublic
    This parameter is intended for internal use only.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

DocumentClass Class
Microsoft.Office.Interop.Word Namespace

Other Resources

DocumentClass Members