Attaches the specified URI.

Namespace:  GrassValley.Mseries.Editor
Assembly:  GrassValley.Mseries.Editor (in GrassValley.Mseries.Editor.dll) Version: 1.0.0.0

Syntax

C#
public void Attach(
	string uri,
	int contextCookie
)
Visual Basic (Declaration)
Public Sub Attach ( _
	uri As String, _
	contextCookie As Integer _
)
Visual C++
public:
virtual void Attach(
	String^ uri, 
	int contextCookie
) sealed

Parameters

uri
Type: System..::.String
URI.
contextCookie
Type: System..::.Int32
Context cookie.

Implements

ISimpleEditor..::.Attach(String, Int32)

See Also