Gets the
Note with the specified subject type.
Syntax
'Declaration
Public Shadows ReadOnly Default Property Item( _
ByVal As SubjectType _
) As Note
'Usage
Dim instance As NoteCollection
Dim subjectType As SubjectType
Dim value As Note
value = instance.Item(subjectType)
public new Note this[
SubjectType
]; {get;}
public this: : Note;[
: SubjectType
]; read-only
public hide this[
: SubjectType
] get : Note
public: __property new Note* get_Item SubjectType
;
public:
new property Note^ default [SubjectType] {
Note^ get(SubjectType );
}
Parameters
- subjectType
See Also