ProjectListSectionViewHelper.View Property
Get/set the view.
Namespace: Microsoft.VisualStudio.TeamFoundation.TeamExplorer.ConnectPage
Assembly: Microsoft.VisualStudio.TeamFoundation (in Microsoft.VisualStudio.TeamFoundation.dll)
Syntax
'Declaration
Protected Property View As ProjectListSectionView
protected ProjectListSectionView View { get; set; }
protected:
property ProjectListSectionView^ View {
ProjectListSectionView^ get ();
void set (ProjectListSectionView^ value);
}
member View : ProjectListSectionView with get, set
function get View () : ProjectListSectionView
function set View (value : ProjectListSectionView)
Property Value
Type: Microsoft.VisualStudio.TeamFoundation.TeamExplorer.ConnectPage.ProjectListSectionView
.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.
See Also
Reference
ProjectListSectionViewHelper Class
Microsoft.VisualStudio.TeamFoundation.TeamExplorer.ConnectPage Namespace