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.
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.