Visual Basic (Declaration) | |
---|---|
Public Shared Sub Attach( _ ByVal documentViewer As DocumentViewerBase _ ) |
Visual Basic (Usage) | ![]() |
---|---|
Dim documentViewer As DocumentViewerBase DocumentViewerManager.Attach(documentViewer) |
C# | |
---|---|
public static void Attach( DocumentViewerBase documentViewer ) |
Delphi | |
---|---|
public procedure Attach( documentViewer: DocumentViewerBase ); static; |
JScript | |
---|---|
public static function Attach( documentViewer : DocumentViewerBase ); |
Managed Extensions for C++ | |
---|---|
public: static void Attach( DocumentViewerBase* documentViewer ) |
C++/CLI | |
---|---|
public: static void Attach( DocumentViewerBase^ documentViewer ) |
Parameters
- documentViewer
- The instance to be added to the collection.
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family