VSBROWSECONTAINER.szName Field

String containing the name of the browse container.

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

Syntax

'宣言
Public szName As String
'使用
Dim instance As VSBROWSECONTAINER
Dim value As String

value = instance.szName

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

Field Value

Type: System.String

Remarks

COM Signature

From vsshell.idl:

Permissions

See Also

Reference

VSBROWSECONTAINER Structure

VSBROWSECONTAINER Members

Microsoft.VisualStudio.Shell.Interop Namespace