RenderTreeFrame.ElementReferenceCaptureId 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.
If the FrameType property equals ElementReferenceCapture, gets the ID of the reference capture. Otherwise, the value is undefined.
public:
property System::String ^ ElementReferenceCaptureId { System::String ^ get(); };
public string ElementReferenceCaptureId { get; }
member this.ElementReferenceCaptureId : string
Public ReadOnly Property ElementReferenceCaptureId As String