Selected Object path that is being cut, copied or pasted.
Read-only property
[Visual Basic .NET] |
---|
Public Property SelectedObjectPath() As String |
[C#] |
---|
public string SelectedObjectPath {get;} |
[Managed C++] |
---|
public: __property String __gc ^ get_SelectedObjectPath(); |
[Unmanaged C++] |
---|
public: HRESULT get_SelectedObjectPath( BSTR * ppRetVal ); |
[Java] |
---|
public String getSelectedObjectPath(); |