VsDebugTargetInfo.bstrRemoteMachine Field

BSTR containing the remote machine name. Set to nulla null reference (Nothing in Visual Basic) for local machines.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

Syntax

'Declaration
Public bstrRemoteMachine As String
public string bstrRemoteMachine
public:
String^ bstrRemoteMachine
val mutable bstrRemoteMachine: string
public var bstrRemoteMachine : String

Remarks

COM Signature

From vsshell.idl:

.NET Framework Security

See Also

Reference

VsDebugTargetInfo Structure

Microsoft.VisualStudio.Shell.Interop Namespace