AIContent.Annotations Propiedad
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Obtiene o establece una lista de anotaciones en este contenido.
public:
property System::Collections::Generic::IList<Microsoft::Extensions::AI::AIAnnotation ^> ^ Annotations { System::Collections::Generic::IList<Microsoft::Extensions::AI::AIAnnotation ^> ^ get(); void set(System::Collections::Generic::IList<Microsoft::Extensions::AI::AIAnnotation ^> ^ value); };
public System.Collections.Generic.IList<Microsoft.Extensions.AI.AIAnnotation>? Annotations { get; set; }
member this.Annotations : System.Collections.Generic.IList<Microsoft.Extensions.AI.AIAnnotation> with get, set
Public Property Annotations As IList(Of AIAnnotation)