ExpandedWrapper<TExpandedElement,TProperty0,TProperty1,TProperty2,TProperty3,TProperty4,TProperty5,TProperty6,TProperty7,TProperty8,TProperty9,TProperty10,TProperty11>.ProjectedProperty5 Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Ottiene o imposta la proprietà da espandere.
Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.
public:
property TProperty5 ProjectedProperty5 { TProperty5 get(); void set(TProperty5 value); };
public TProperty5 ProjectedProperty5 { get; set; }
member this.ProjectedProperty5 : 'TProperty5 with get, set
Public Property ProjectedProperty5 As TProperty5
Valore della proprietà
TProperty5
Proprietà da espandere.
Si applica a
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.