7 references to PropertyKind
Microsoft.VisualBasic.Core (7)
Microsoft\VisualBasic\CompilerServices\Utils.LateBinder.vb (7)
635
Dim kind As
PropertyKind
=
PropertyKind
.ReadWrite
644
kind =
PropertyKind
.ReadWrite
646
kind =
PropertyKind
.ReadOnly
652
kind =
PropertyKind
.WriteOnly
671
If kind =
PropertyKind
.ReadOnly Then resultString &= "ReadOnly "
672
If kind =
PropertyKind
.WriteOnly Then resultString &= "WriteOnly "