IVsSearchItemResult.PersistenceData 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.
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