Share via


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

‘선언
Public bstrRemoteMachine As String
‘사용 방법
Dim instance As VsDebugTargetInfo
Dim value As String

value = instance.bstrRemoteMachine

instance.bstrRemoteMachine = value
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

VsDebugTargetInfo Members

Microsoft.VisualStudio.Shell.Interop Namespace