Namespace: CuteEditor.Tools
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Syntax
| C# |
|---|
public override string this[ string name, string namespaceURI ] { get; } |
| Visual Basic |
|---|
Public Overrides ReadOnly Default Property Item ( _ name As String, _ namespaceURI As String _ ) As String Get |
| Visual C++ |
|---|
public: virtual property String^ default[String^ name, String^ namespaceURI] { String^ get (String^ name, String^ namespaceURI) override; } |