IVersionControlService.OnBindingChange Method
Namespace: Microsoft.VisualStudio.TeamFoundation.VersionControl
Assembly: Microsoft.VisualStudio.TeamFoundation.VersionControl (in Microsoft.VisualStudio.TeamFoundation.VersionControl.dll)
Syntax
'Declaration
Function OnBindingChange ( _
phierProject As IVsHierarchy, _
eventType As VersionControlBindEvent, _
isSolution As Boolean _
) As Integer
int OnBindingChange(
IVsHierarchy phierProject,
VersionControlBindEvent eventType,
bool isSolution
)
int OnBindingChange(
[InAttribute] IVsHierarchy^ phierProject,
[InAttribute] VersionControlBindEvent eventType,
[InAttribute] bool isSolution
)
abstract OnBindingChange :
phierProject:IVsHierarchy *
eventType:VersionControlBindEvent *
isSolution:bool -> int
function OnBindingChange(
phierProject : IVsHierarchy,
eventType : VersionControlBindEvent,
isSolution : boolean
) : int
Parameters
- phierProject
Type: Microsoft.VisualStudio.Shell.Interop.IVsHierarchy
- isSolution
Type: System.Boolean
Return Value
Type: System.Int32
Returns Int32.
.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
IVersionControlService Interface
Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace