Partager via


IBinaryManager::SetProperty

 

Sets a global build property.

Syntax

HRESULT SetProperty( BSTR bstrName, BSTR bstrValue);

Parameters

bstrName 
[in] The name of the property.

bstrValue
[in] The value of the property.

Return Value

One of the standard HRESULT values.

Remarks

The meaning of setting a property depends on the implementation and the specific project.

Requirements

Type Library

VstaCore.tlb

Header

VstaCore.h

See Also

IBinaryManager Interface