IWpfAccountPicker2 인터페이스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
에서 제공하는 Windows Presentation Foundation 계정 선택기 컨트롤을 IVsAccountManagementService나타냅니다.
public interface class IWpfAccountPicker2 : IDisposable, Microsoft::VisualStudio::Shell::IWpfAccountPicker, System::ComponentModel::INotifyPropertyChanged
public interface IWpfAccountPicker2 : IDisposable, Microsoft.VisualStudio.Shell.IWpfAccountPicker, System.ComponentModel.INotifyPropertyChanged
type IWpfAccountPicker2 = interface
interface IWpfAccountPicker
interface IDisposable
interface INotifyPropertyChanged
Public Interface IWpfAccountPicker2
Implements IDisposable, INotifyPropertyChanged, IWpfAccountPicker
- 구현
속성
Control |
Windows Presentation Foundation 계정 선택기 컨트롤을 가져옵니다. (다음에서 상속됨 IWpfAccountPicker) |
SelectedAccount |
계정 선택 컨트롤에 대해 선택되는 계정을 가져오거나 설정합니다. (다음에서 상속됨 IWpfAccountPicker) |
SelectedAccountAuthenticationState |
에 다시 인증이 필요한지 여부를 SelectedAccount 나타내는 값을 가져옵니다. (다음에서 상속됨 IWpfAccountPicker) |
메서드
UpdateParentWindow(Object) |
계정 선택기 컨트롤의 부모 창을 업데이트합니다. 계정 선택기를 만든 후 호스팅하는 방법을 변경하면 이 변경이 발생할 수 있습니다. |