ExpandedWrapper<TExpandedElement,TProperty0,TProperty1,TProperty2,TProperty3,TProperty4,TProperty5,TProperty6,TProperty7,TProperty8,TProperty9,TProperty10,TProperty11>.ProjectedProperty9 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 TProperty9 ProjectedProperty9 { TProperty9 get(); void set(TProperty9 value); };
public TProperty9 ProjectedProperty9 { get; set; }
member this.ProjectedProperty9 : 'TProperty9 with get, set
Public Property ProjectedProperty9 As TProperty9
Valore della proprietà
TProperty9
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.