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