MFCDialogVariableExtender.Initialize Method
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Microsoft Internal Use Only.
Namespace: Microsoft.VisualStudio.VCCodeModel
Assembly: Microsoft.VisualStudio.VCCodeModel (in Microsoft.VisualStudio.VCCodeModel.dll)
Syntax
'Declaration
Sub Initialize ( _
ExtendeeObject As Object, _
ExtenderSite As IExtenderSite, _
Cookie As Integer _
)
void Initialize(
Object ExtendeeObject,
IExtenderSite ExtenderSite,
int Cookie
)
void Initialize(
Object^ ExtendeeObject,
IExtenderSite^ ExtenderSite,
int Cookie
)
abstract Initialize :
ExtendeeObject:Object *
ExtenderSite:IExtenderSite *
Cookie:int -> unit
function Initialize(
ExtendeeObject : Object,
ExtenderSite : IExtenderSite,
Cookie : int
)
Parameters
ExtendeeObject
Type: ObjectInput object
ExtenderSite
Type: EnvDTE.IExtenderSiteSite of the extender
Cookie
Type: Int32Input cookie
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.