Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the source control bindings object of the specified project or solution.
Namespace: EnvDTE80
Assembly: EnvDTE80 (in EnvDTE80.dll)
Syntax
'Declaration
Function GetBindings ( _
ItemPath As String _
) As SourceControlBindings
SourceControlBindings GetBindings(
string ItemPath
)
SourceControlBindings^ GetBindings(
[InAttribute] String^ ItemPath
)
abstract GetBindings :
ItemPath:string -> SourceControlBindings
function GetBindings(
ItemPath : String
) : SourceControlBindings
Parameters
ItemPath
Type: StringFile path to a file under source control.
Return Value
Type: EnvDTE80.SourceControlBindings
A SourceControlBindings 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.