ExternalError.bstrFileName Field

File name of the file containing the error.

Namespace:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)

Syntax

'宣言
Public bstrFileName As String
'使用
Dim instance As ExternalError
Dim value As String

value = instance.bstrFileName

instance.bstrFileName = value
public string bstrFileName
public:
String^ bstrFileName
public var bstrFileName : String

Field Value

Type: System.String

Permissions

See Also

Reference

ExternalError Structure

ExternalError Members

Microsoft.VisualStudio.TextManager.Interop Namespace