Style.INameScope.FindName(String) 方法

定义

返回具有提供的标识名称的对象。

 virtual System::Object ^ System.Windows.Markup.INameScope.FindName(System::String ^ name) = System::Windows::Markup::INameScope::FindName;
object INameScope.FindName (string name);
abstract member System.Windows.Markup.INameScope.FindName : string -> obj
override this.System.Windows.Markup.INameScope.FindName : string -> obj
Function FindName (name As String) As Object Implements INameScope.FindName

参数

name
String

发出请求的对象的名称标识符。

返回

对象(如果找到)。 如果找不到该名称的对象,则返回 null

实现

注解

此成员是显式接口成员的实现。 它只能在 Style 实例被强制转换为 INameScope 接口时使用。

适用于