public ISelectionState SelectionState { get; set; }Public Property SelectionState As ISelectionState
Get
Setpublic:
property ISelectionState^ SelectionState {
ISelectionState^ get ();
void set (ISelectionState^ value);
}member SelectionState : ISelectionState with get, set