OleCmdTextHelper.GetText Method
Gets the structure text, if there is any.
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Common
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
Public Shared Function GetText ( _
cmdText As IntPtr _
) As String
'Usage
Dim cmdText As IntPtr
Dim returnValue As String
returnValue = OleCmdTextHelper.GetText(cmdText)
public static string GetText(
IntPtr cmdText
)
public:
static String^ GetText(
IntPtr cmdText
)
public static function GetText(
cmdText : IntPtr
) : String
static member GetText :
cmdText:IntPtr -> string
Parameters
- cmdText
Type: System.IntPtr
The supplied structure
Return Value
Type: System.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.