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.
Browse for folder command.
Namespace: Microsoft.TeamFoundation.VersionControl.Controls
Assembly: Microsoft.TeamFoundation.VersionControl.Controls (in Microsoft.TeamFoundation.VersionControl.Controls.dll)
Syntax
'Declaration
Public Property BrowseForFolderCommand As ICommand
public ICommand BrowseForFolderCommand { get; private set; }
public:
property ICommand^ BrowseForFolderCommand {
ICommand^ get ();
private: void set (ICommand^ value);
}
member BrowseForFolderCommand : ICommand with get, private set
function get BrowseForFolderCommand () : ICommand
private function set BrowseForFolderCommand (value : ICommand)
Property Value
Type: System.Windows.Input.ICommand
.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.