PROPPAGEINFO.pszDocString Field
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'Déclaration
Public pszDocString As String
'Utilisation
Dim instance As PROPPAGEINFO
Dim value As String
value = instance.pszDocString
instance.pszDocString = value
public string pszDocString
public:
String^ pszDocString
val mutable pszDocString: string
public var pszDocString : String
.NET Framework Security
- 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.