MyWorkPageViewVS Constructor
Namespace: Microsoft.VisualStudio.TeamFoundation.VersionControl.MyWork
Assembly: Microsoft.VisualStudio.TeamFoundation.VersionControl (in Microsoft.VisualStudio.TeamFoundation.VersionControl.dll)
Syntax
'Declaration
Public Sub New ( _
baseView As Object _
)
public MyWorkPageViewVS(
Object baseView
)
public:
MyWorkPageViewVS(
Object^ baseView
)
new :
baseView:Object -> MyWorkPageViewVS
public function MyWorkPageViewVS(
baseView : Object
)
Parameters
- baseView
Type: System.Object
.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
Microsoft.VisualStudio.TeamFoundation.VersionControl.MyWork Namespace