Share via


IBinaryManager::get_AssemblyName

 

Gets the name of the compiled assembly based on the project settings. This property is used to distinguish between IBinaryItem Interface objects that are created as a result of compilation, such as copy local referenced assemblies or xml documentation output, and the target output of the project.

Syntax

HRESULT STDMETHODCALLTYPE get_AssemblyName( BSTR *pAssemblyName);  

Parameters

pAssemblyName
[out,retval] The name of the compiled assembly.

Return Value

One of the standard HRESULT values.

Requirements

Type Library VstaCore.tlb
Header VstaCore.h

See Also

IBinaryItem Interface