public FileDelegate<FileCaptionFunc> CaptionDelegate { get; set; }
Public Property CaptionDelegate As FileDelegate(Of FileCaptionFunc)
Get
Set
public:
virtual property FileDelegate<FileCaptionFunc^>^ CaptionDelegate {
FileDelegate<FileCaptionFunc^>^ get () sealed;
void set (FileDelegate<FileCaptionFunc^>^ value) sealed;
}
abstract CaptionDelegate : FileDelegate<FileCaptionFunc> with get, set
override CaptionDelegate : FileDelegate<FileCaptionFunc> with get, set
Значение свойства никогда не равно null.