eParamAttr - перечисление
Used by the Attribute property of the IParamInfo object.
Пространство имен: Microsoft.VisualStudio.VsWizard
Сборка: Microsoft.VisualStudio.VsWizard (в Microsoft.VisualStudio.VsWizard.dll)
Синтаксис
'Декларация
Public Enumeration eParamAttr
'Применение
Dim instance As eParamAttr
public enum eParamAttr
public enum class eParamAttr
public enum eParamAttr
Члены
Имя члена | Описание | |
---|---|---|
eparamIn | An in parameter that is allocated, set, and freed by the caller of the function or interface method. This parameter is not modified by the called function. | |
eparamOut | A parameter allocated by the function being called, and freed by caller. | |
eparamInOut | An in/out parameter, initially allocated by the caller of a function or interface method, and set, freed, and reallocated, if necessary, by the process that is called. | |
eparamOutRetval | The parameter is allocated by the property being called, and the value is returned to the caller. |
См. также
Основные понятия
Visual C++ Extensibility Object Model