ModelingWindowPane.PrimarySelection Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the current primary selection. If one hasn't been set, returns the first object in the collection
public:
property System::Object ^ PrimarySelection { System::Object ^ get(); void set(System::Object ^ value); };
public object PrimarySelection { get; set; }
member this.PrimarySelection : obj with get, set
Public Property PrimarySelection As Object