Proprietà Element
Returns data at a collection changed event.
Spazio dei nomi: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property Element As Object
Get
'Utilizzo
Dim instance As CollectionChangeEventArgs
Dim value As Object
value = instance.Element
public Object Element { get; }
public:
property Object^ Element {
Object^ get ();
}
member Element : Object
function get Element () : Object
Valore proprietà
Tipo: System. . :: . .Object
An object that contains the collection changed event data
Vedere anche