VSOBJECTINFO.pszMemberName Field
Pointer to the member name.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'宣言
Public pszMemberName As String
'使用
Dim instance As VSOBJECTINFO
Dim value As String
value = instance.pszMemberName
instance.pszMemberName = value
public string pszMemberName
public:
String^ pszMemberName
public var pszMemberName : String
Field Value
Type: System.String
Remarks
COM Signature
From vsshell.idl:
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.