ExecutionProperties.Find(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the nearest property of the given name.
public:
System::Object ^ Find(System::String ^ name);
public object Find (string name);
member this.Find : string -> obj
Public Function Find (name As String) As Object
Parameters
- name
- String
The name of the property.
Returns
The nearest property of the given name.
Remarks
Find finds the nearest visible property using hierarchical scoping. If two properties have the same name, the closest property at the parent scope is returned.
Applies to
Sodelujte z nami v storitvi GitHub
Vir za to vsebino najdete v storitvi GitHub, kjer lahko tudi ustvarite in pregledate težave in zahtevke za uveljavitev sprememb. Če želite več informacij, glejte naš vodnik za sodelavce.