Frame.Find Method
|
Language: |
Note: This documentation is preliminary and is subject to change.
Finds the child frame of a root frame.
Definition
Visual Basic .NET |
Public Shared Function Find( _ ByVal frameRoot As Frame, _ ByVal name As String _ ) As Frame |
C# |
public static Frame Find( Frame frameRoot, string name ); |
Managed C++ |
public: static Frame* Find( Frame *frameRoot, String *name ); |
JScript .NET |
public static function Find( frameRoot : Frame, name : String ) :
Frame; |
Parameters
Return Value
Microsoft.DirectX.Direct3D.Frame
. A Frame object that represents the located child frame.
Remarks
Exceptions
InvalidCallException
|
The method call is invalid. For example, a method's parameter might contain an invalid value. |
OutOfMemoryException  |
Microsoft® Direct3D® could not allocate sufficient memory to complete the call. |
© 2004 Microsoft Corporation. All rights reserved. Terms of use.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center