Condividi tramite


XamlDirect.SetBooleanProperty Metodo

Definizione

Imposta il valore di una proprietà Boolean per un oggetto IXamlDirectObject specifico.

public:
 virtual void SetBooleanProperty(IXamlDirectObject ^ xamlDirectObject, XamlPropertyIndex propertyIndex, bool value) = SetBooleanProperty;
void SetBooleanProperty(IXamlDirectObject const& xamlDirectObject, XamlPropertyIndex const& propertyIndex, bool const& value);
public void SetBooleanProperty(IXamlDirectObject xamlDirectObject, XamlPropertyIndex propertyIndex, bool value);
function setBooleanProperty(xamlDirectObject, propertyIndex, value)
Public Sub SetBooleanProperty (xamlDirectObject As IXamlDirectObject, propertyIndex As XamlPropertyIndex, value As Boolean)

Parametri

xamlDirectObject
IXamlDirectObject

Riferimento all'oggetto IXamlDirectObject specifico.

propertyIndex
XamlPropertyIndex

Riferimento alla proprietà Boolean per impostare il valore di dall'elenco delle proprietà supportate in XamlPropertyIndex enumerazione.

value
Boolean

bool

Valore booleano da impostare per la proprietà specificata.

Si applica a

Vedi anche