DesignerObject.Properties Proprietà

Definizione

Ottiene il nome delle proprietà dell'oggetto.

public:
 property System::Collections::IDictionary ^ Properties { System::Collections::IDictionary ^ get(); };
public System.Collections.IDictionary Properties { get; }
member this.Properties : System.Collections.IDictionary
Public ReadOnly Property Properties As IDictionary

Valore della proprietà

Oggetto IDictionary che contiene le proprietà dell'oggetto e i relativi valori.

Si applica a

Vedi anche