Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Specifies the IVsTextView object representing the view that contains the source that is being parsed.
Namespace: Microsoft.VisualStudio.Package
Assemblies: Microsoft.VisualStudio.Package.LanguageService (in Microsoft.VisualStudio.Package.LanguageService.dll)
Microsoft.VisualStudio.Package.LanguageService.9.0 (in Microsoft.VisualStudio.Package.LanguageService.9.0.dll)
Microsoft.VisualStudio.Package.LanguageService.10.0 (in Microsoft.VisualStudio.Package.LanguageService.10.0.dll)
Syntax
'Declaration
Public Property View As IVsTextView
Get
Set
'Usage
Dim instance As ParseRequest
Dim value As IVsTextView
value = instance.View
instance.View = value
public IVsTextView View { get; set; }
public:
property IVsTextView^ View {
IVsTextView^ get ();
void set (IVsTextView^ value);
}
member View : IVsTextView with get, set
function get View () : IVsTextView
function set View (value : IVsTextView)
Property Value
Type: Microsoft.VisualStudio.TextManager.Interop.IVsTextView
Returns the IVsTextView object that was passed to the ParseRequest class constructor.
Remarks
This property is for internal use only. It cannot be accessed from a background thread.
.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.