Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell (in Microsoft.VisualStudio.Shell.dll)
Syntax
'宣言
Private Function get_Text ( _
<OutAttribute> ByRef text As String _
) As Integer Implements IVsTaskItem.get_Text
'使用
Dim instance As Task
Dim text As String
Dim returnValue As Integer
returnValue = CType(instance, IVsTaskItem).get_Text(text)
int IVsTaskItem.get_Text(
out string text
)
private:
virtual int get_Text(
[OutAttribute] String^% text
) sealed = IVsTaskItem::get_Text
JScript does not support explicit interface implementations.
Parameters
- text
Type: System.String%
Return Value
Type: System.Int32
Implements
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.