ConfigurationBuilderCollection.Item[String] Property
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.
Gets the ConfigurationBuilder object from the ConfigurationBuilderCollection that is configured with the provided name.
public:
property System::Configuration::ConfigurationBuilder ^ default[System::String ^] { System::Configuration::ConfigurationBuilder ^ get(System::String ^ name); };
public System.Configuration.ConfigurationBuilder this[string name] { get; }
member this.Item(string) : System.Configuration.ConfigurationBuilder
Default Public ReadOnly Property Item(name As String) As ConfigurationBuilder
Parameters
- name
- String
A configuration builder name.
Property Value
The ConfigurationBuilder object that is configured with the provided name
.
Applies to
ทํางานร่วมกับเราใน GitHub
แหล่งที่มาสำหรับเนื้อหานี้สามารถพบได้บน GitHub ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา