NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

CodePersister.GetReferenceFromName

Retrieves the component with the specified reference name. If the component has not been declared yet, this will call CreateComponentInstance to create it.

[Visual Basic]
Overridable Public Function GetReferenceFromName( _
   ByVal name As String _
) As Object
[C#]
public virtual object GetReferenceFromName(
   string name
);
[C++]
public: virtual Object* GetReferenceFromName(
   String* name
);
[JScript]
public function GetReferenceFromName(
   name : String
) : Object;

Parameters

name
[To be supplied.]

See Also

CodePersister Class | CodePersister Members | System.ComponentModel.Design Namespace