IVsSearchItemResult.PersistenceData Property

Definition

Gets a string that can be used to persist this result and that allows reconstruction of the result after a shell restart.

public:
 property System::String ^ PersistenceData { System::String ^ get(); };
public:
 property Platform::String ^ PersistenceData { Platform::String ^ get(); };
[System.Runtime.InteropServices.DispId(1610678278)]
public string PersistenceData { get; }
public string PersistenceData { get; }
[<System.Runtime.InteropServices.DispId(1610678278)>]
member this.PersistenceData : string
member this.PersistenceData : string
Public ReadOnly Property PersistenceData As String

Property Value

The persistence data string.

Attributes

Applies to